minor fixes for c++ retry command
Signed-off-by: evanchia <evanchia@amazon.com>
This commit is contained in:
@@ -229,7 +229,7 @@ namespace AzTestRunner
|
||||
// Construct a retry command if the test fails
|
||||
if (result != 0)
|
||||
{
|
||||
std::cout << "Retry command:\n " << argv[0] << " " << lib << " " << symbol << std::endl;
|
||||
std::cout << "Retry command: " << std::endl << argv[0] << " " << lib << " " << symbol << std::endl;
|
||||
}
|
||||
|
||||
// unload and reset the module here, because it needs to release resources that were used / activated in
|
||||
|
||||
Reference in New Issue
Block a user