diff options
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-x | java/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py index f5d1dd060f4..1fd25537f26 100755 --- a/java/allTests.py +++ b/java/allTests.py @@ -40,7 +40,7 @@ def runTests(tests, num = 0): print try: - execfile(os.path.join(dir, "run.py")) + os.system(os.path.join(dir, "run.py")) except SystemExit, (status,): if status: if(num > 0): |