diff options
author | varac <varac@users.noreply.github.com> | 2015-12-10 10:51:43 +0100 |
---|---|---|
committer | varac <varac@users.noreply.github.com> | 2015-12-10 10:51:43 +0100 |
commit | 01a58c9b19a178ee1a351ddc0934dce745b1ee46 (patch) | |
tree | dbad977a4f627ccabec9890527f2d2ae208a9192 /bin/run_tests | |
parent | 7d5b9461958cdb795990459cd0dad29a36e59fdd (diff) | |
parent | bda0ba1e59e1131339683259fdb9839169d76945 (diff) |
Merge pull request #92 from pixelated/add_custom_tests_directory
look for tests in custom directory
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' ] ## |