Fixed All Physics automated tests (#129)

* Fixed all Tests.
* Fixed tests stdout redirection
* Changed return code for failed tests to be 0xF
* Small improvements on automated testing code
* Created Periodic test suite and moved tests
* Made physics main to only have one test for now
* Renamed all tests to have leading AutomatedTesting::
This commit is contained in:
AMZN-AlexOteiza
2021-04-26 15:25:34 +01:00
committed by GitHub
parent b885e902d0
commit 3f32cc929c
18 changed files with 374 additions and 313 deletions
@@ -653,8 +653,8 @@ namespace EditorPythonBindings
}
else
{
// something when wrong with executing the test script
AZ::Debug::Trace::Terminate(1);
// something went wrong with executing the test script
AZ::Debug::Trace::Terminate(0xF);
}
}