aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2012-12-26 23:39:27 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2012-12-26 23:39:27 +0200
commit649ee061298a14035d03b0e24d1c2f9d5a7992f4 (patch)
treec35e1c6dfae30515964daa3aeae2b9d3c096569b
parent4dbe7f6f34149502531c60587b565bdb3314b048 (diff)
downloadmeson-649ee061298a14035d03b0e24d1c2f9d5a7992f4.zip
meson-649ee061298a14035d03b0e24d1c2f9d5a7992f4.tar.gz
meson-649ee061298a14035d03b0e24d1c2f9d5a7992f4.tar.bz2
Renamed main file.
-rwxr-xr-xbuilder.py (renamed from runbuilder.py)0
-rwxr-xr-xrun_tests.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/runbuilder.py b/builder.py
index 2e21527..2e21527 100755
--- a/runbuilder.py
+++ b/builder.py
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)