aboutsummaryrefslogtreecommitdiff
path: root/bin/test-website
blob: 4326447233f316f5a9bccab9f4e28365e1f62dbf (plain)
1
2
3
4
5
6
7
#! /bin/bash

if [ -z $GN2_PROFILE ]; then
  echo "Run request tests with something like"
  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