aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPjotr Prins2018-04-16 09:00:52 +0000
committerPjotr Prins2018-04-16 09:00:52 +0000
commitdda4697505aea2cd950533dfb3a0dfb0e66ec018 (patch)
treee631415c8f49e4a85b85fe36a62082e866e173d6 /bin
parentfdd28defcaf3326f3c6b6507124708d83a1da119 (diff)
downloadgenenetwork2-dda4697505aea2cd950533dfb3a0dfb0e66ec018.tar.gz
Docs on elasticsearch use
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test-website2
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