Skip to content

Commit

Permalink
Мелкие исправления сообщений при тестировании
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Rm committed May 19, 2021
1 parent f9c5080 commit e267e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TestApp/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private void Button_Click_1(object sender, RoutedEventArgs e)
result.AppendText("\nError detected. Exit code = " + returnCode.ToString());
}
result.AppendText("\nScript completed: " + DateTime.Now.ToString());
result.AppendText("\nDuration: " + sw.Elapsed.ToString());
result.AppendText("\nDuration: " + sw.Elapsed.ToString() + "\n");

}

Expand Down
2 changes: 1 addition & 1 deletion tests/start-all.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if "-1"=="%success%" GOTO success_exit
echo .
echo ¥áª®«ìª® â¥á⮢ 㯠«¨
echo ¥ã¤ ç . Šà á­ ï ¯®«®á 
echo “¯ ¢é¨¥ â¥áâë:
echo “¯ ¢è¨¥ â¥áâë:
type %logfile%

if ".%1"=="." pause
Expand Down

0 comments on commit e267e18

Please sign in to comment.