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
@@ -22,7 +22,7 @@ def _get_test_launcher_cmd(build_dir=None):
"""
build_arg = ""
if build_dir:
build_arg = f"--build-directory {build_dir} "
build_arg = f" --build-directory {build_dir} "
python_runner = "python.cmd"
if not WINDOWS: