mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
Persistence test bash fix for relative folder path
This commit is contained in:
parent
d0229e8b1e
commit
4be3ffbe9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user