Skip to content

Commit

Permalink
Merge pull request #1158 from LiskHQ/1157-test_sh_fails
Browse files Browse the repository at this point in the history
Fix LiskHQ/lisk/test.sh failure - Closes #1157
  • Loading branch information
karmacoma committed Dec 19, 2017
2 parents 0361481 + 26ce040 commit b79c202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Expand Up @@ -63,13 +63,13 @@ reset_data() {

setup_suite() {
# Stop lisk
pm2 --silent stop app.js
pm2 --silent stop app.js || true

# Reset data to clean state
reset_data

# Start lisk
pm2 --silent start app.js
NODE_ENV="test" pm2 --silent start app.js
sleep 3
}

Expand Down

0 comments on commit b79c202

Please sign in to comment.