minor fixes for c++ retry command

Signed-off-by: evanchia <evanchia@amazon.com>
This commit is contained in:
evanchia
2021-08-03 16:51:19 -07:00
parent 9bd5b9fbd6
commit a92ed42829
+1 -1
View File
@@ -229,7 +229,7 @@ namespace AzTestRunner
// Construct a retry command if the test fails
if (result != 0)
{
std::cout << "Retry command: " << std::string(argv[0]) << " " << lib << " " << symbol << std::endl;
std::cout << "Retry command:\n " << argv[0] << " " << lib << " " << symbol << std::endl;
}
// unload and reset the module here, because it needs to release resources that were used / activated in