diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-12-10 10:25:48 +0100 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-12-10 10:25:48 +0100 |
commit | bda0ba1e59e1131339683259fdb9839169d76945 (patch) | |
tree | d588e904f9fc05f1ccc9f799b5ba7d7fc47fa69f /bin/run_tests | |
parent | 58130067510d873cfbfbfbc770bc5a62e832b03f (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'
Diffstat (limited to 'bin/run_tests')
-rwxr-xr-x | bin/run_tests | 3 |
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' ] ## |