diff options
author | Arun Isaac | 2023-12-30 09:27:49 +0000 |
---|---|---|
committer | Arun Isaac | 2024-01-02 13:40:56 +0000 |
commit | ff679636d3ee9ae2388fab3fe5d091ef2f00a8e3 (patch) | |
tree | ba7d697312dea528847f04f1066e173dae905912 /bin/test-website | |
parent | 26f17e7fff8d78ebb10528456fdbb9dee67c24d1 (diff) | |
download | genenetwork2-ff679636d3ee9ae2388fab3fe5d091ef2f00a8e3.tar.gz |
Move default settings into gn2 module.
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 7fbcfd2f..43264472 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 -a http://localhost:5003 + echo env GN2_PROFILE=/home/wrk/opt/gn-latest ./bin/genenetwork2 ./gn2/default_settings.py -c ../test/requests/test-website.py -a http://localhost:5003 exit 1 fi |