File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 sudo apt-get install -y libpq-dev postgresql-client
4343 sudo service postgresql start
4444 - name : Run unit tests
45- run : ./config/travis /init-solr.sh && ./config/travis /init.sh && python setup.py test && python setup.py livetest
45+ run : ./config/ci /init-solr.sh && ./config/ci /init.sh && python setup.py test && python setup.py livetest
File renamed without changes.
Original file line number Diff line number Diff line change 1212# Pull in the server code.
1313git clone --single-branch --depth 1 https://github.com/intermine/intermine.git server
1414
15- export PSQL_USER=postgres
15+ export PSQL_USER=test
16+ export PSQL_PWD=test
17+ export KEYSTORE=${PWD} /keystore.jks
18+
19+ echo " #---> Running unit tests"
20+
21+ sudo -u postgres createuser test
22+ sudo -u postgres psql -c " alter user test with encrypted password 'test';"
1623
1724# Set up properties
1825PROPDIR=$HOME /.intermine
1926TESTMODEL_PROPS=$PROPDIR /testmodel.properties
20- SED_SCRIPT=' s/PSQL_USER/postgres /'
27+ SED_SCRIPT=' s/PSQL_USER/test /'
2128
2229mkdir -p $PROPDIR
2330
You can’t perform that action at this time.
0 commit comments