diff options
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index d8c3f95..f4ec4de 100755 --- a/run_tests.py +++ b/run_tests.py @@ -17,7 +17,7 @@ from glob import glob import os, subprocess, shutil -test_build_dir = 'test build area' +test_build_dir = 'work area' builder_command = './builder.py' def run_test(testdir): |