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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user