Skip to content

Commit

Permalink
move my tests to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Jul 4, 2015
1 parent 8769c15 commit 850355e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
File renamed without changes.

0 comments on commit 850355e

Please sign in to comment.