diff options
author | Pjotr Prins | 2016-10-05 06:52:34 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-05 06:52:34 +0000 |
commit | 74ae90740b4d0b305199474359056fe4123224b1 (patch) | |
tree | 1ebc19a752475c52bbe13bc0e3bcb375e2e262af /bin | |
parent | 6a7fe6e2e0f3a387a64eb2e4f6848e1201de6e1e (diff) | |
download | genenetwork2-74ae90740b4d0b305199474359056fe4123224b1.tar.gz |
Testing: show --all option
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test-website | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/test-website b/bin/test-website index b693bd60..c9a72a5e 100755 --- a/bin/test-website +++ b/bin/test-website @@ -15,6 +15,10 @@ If you are using the small deployment database you can use ./bin/test-website --skip -n +To run all tests + + ./bin/test-website --all + To run individual tests on localhost you can do ruby -Itest -Itest/lib test/lib/mapping.rb --name="/Mapping/" |