summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2015-12-10 10:25:48 +0100
committerChristoph Kluenter <ckluente@thoughtworks.com>2015-12-10 10:25:48 +0100
commitbda0ba1e59e1131339683259fdb9839169d76945 (patch)
treed588e904f9fc05f1ccc9f799b5ba7d7fc47fa69f
parent58130067510d873cfbfbfbc770bc5a62e832b03f (diff)
look for tests in custom directory
if 3rd parties want to add tests that get run by 'leap test' they can now just drop them in /srv/leap/tests_custom/ and they wil 'just work'
-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'
]
##