Persistence test bash fix for relative folder path

This commit is contained in:
Greg Szabo 2018-04-30 18:22:03 -04:00 committed by Ethan Buchman
parent d0229e8b1e
commit 4be3ffbe9b
2 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ for failIndex in $(seq $failsStart $failsEnd); do
echo "* Test FailIndex $failIndex"
# test failure at failIndex
bash ./test/utils/txs.sh "localhost:46657" &
bash $(dirname $0)/txs.sh "localhost:46657" &
start_procs 1 "$failIndex"
# tendermint should already have exited when it hits the fail index