diff options
author | Muriithi Frederick Muriuki | 2018-04-16 17:28:22 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-04-16 17:28:22 +0300 |
commit | f8df8836e33ad226aaa7d2f8874d7a1a08a670dc (patch) | |
tree | 36d455819dd74615151d64e0360b90382d0c89d6 /bin/test-website | |
parent | bc1672f8617c56684ae3aeda7018362e818c46d6 (diff) | |
parent | dda4697505aea2cd950533dfb3a0dfb0e66ec018 (diff) | |
download | genenetwork2-f8df8836e33ad226aaa7d2f8874d7a1a08a670dc.tar.gz |
Merge remote-tracking branch 'pjotrp/testing' into testing
Diffstat (limited to 'bin/test-website')
-rwxr-xr-x | bin/test-website | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test-website b/bin/test-website index 5935f016..7fbcfd2f 100755 --- a/bin/test-website +++ b/bin/test-website @@ -2,6 +2,6 @@ if [ -z $GN2_PROFILE ]; then echo "Run request tests with something like" - echo env GN2_PROFILE=/home/wrk/opt/gn-latest ./bin/genenetwork2 ./etc/default_settings.py -c ../test/requests/test-website.py http://localhost:5003 + echo env GN2_PROFILE=/home/wrk/opt/gn-latest ./bin/genenetwork2 ./etc/default_settings.py -c ../test/requests/test-website.py -a http://localhost:5003 exit 1 fi |