Patch for "run_all_test.bat"

This patch fixes the run_all_tests.bat" batch file so that it will
properly access and run the "run_test.py" tests.

#7505
This commit is contained in:
Jim Unroe 2019-12-31 14:04:10 -05:00
parent 568bbd1431
commit 43ca992222

View file

@ -1,3 +1,3 @@
@echo off
python tests\run_tests
python tests\run_tests.py
python tools\cpep8.py