aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 7a86711..d8c3f95 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)