summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varac@users.noreply.github.com>2015-12-10 10:51:43 +0100
committervarac <varac@users.noreply.github.com>2015-12-10 10:51:43 +0100
commit01a58c9b19a178ee1a351ddc0934dce745b1ee46 (patch)
treedbad977a4f627ccabec9890527f2d2ae208a9192
parent7d5b9461958cdb795990459cd0dad29a36e59fdd (diff)
parentbda0ba1e59e1131339683259fdb9839169d76945 (diff)
Merge pull request #92 from pixelated/add_custom_tests_directory
look for tests in custom directory
-rwxr-xr-xbin/run_tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/run_tests b/bin/run_tests
index 8eab5286..fc668ad6 100755
--- a/bin/run_tests
+++ b/bin/run_tests
@@ -33,7 +33,8 @@ HELPER_PATHS = [
]
TEST_PATHS = [
'../../tests/white-box/*.rb',
- '/srv/leap/files/tests/white-box/*.rb'
+ '/srv/leap/files/tests/white-box/*.rb',
+ '/srv/leap/tests_custom/*.rb'
]
##