diff --git a/scripts/runtests.py b/scripts/runtests.py index 1bd5c19ae..db75c0273 100755 --- a/scripts/runtests.py +++ b/scripts/runtests.py @@ -375,7 +375,7 @@ def run_tests(): ag_cmd = ag_exe_path() if not os.path.exists(ag_cmd): fatal("Didn't find ag executable. Expected: '%s'" % ag_cmd) - test_files = [os.path.join("tests", f) for f in os.listdir("tests")] + test_files = [os.path.join("testskjk", f) for f in os.listdir("testskjk")] map(run_tests_in_file, test_files) # if everything went ok, delete the temporary tests directory delete_ag_tests_dir() diff --git a/tests/test00.txt b/testskjk/test00.txt similarity index 100% rename from tests/test00.txt rename to testskjk/test00.txt