diff --git a/runbuilder.py b/builder.py similarity index 100% rename from runbuilder.py rename to builder.py diff --git a/run_tests.py b/run_tests.py index 7a86711f1..d8c3f958b 100755 --- a/run_tests.py +++ b/run_tests.py @@ -18,7 +18,7 @@ from glob import glob import os, subprocess, shutil test_build_dir = 'test build area' -builder_command = './runbuilder.py' +builder_command = './builder.py' def run_test(testdir): shutil.rmtree(test_build_dir)