Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 080a8d2

Browse files
committed
Test fix
1 parent 0fae819 commit 080a8d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/nancy_run_abnormal.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ src_dir=$(dirname $(dirname $(realpath "$0")))"/.circleci"
88

99
output=$(
1010
${BASH_SOURCE%/*}/../nancy run \
11-
--pg-config "option = 1" \
11+
--commands-after-container-init "exit 1" \
1212
--db-pgbench "-s 1" \
13-
--workload-pgbench "-t 1" 2>&1)
13+
--workload-pgbench "-t 1" 2>&1
14+
)
1415

1516
if [[ $output =~ "Check artifacts to understand the reasons." ]]; then
1617
echo -e "\e[36mOK\e[39m"

0 commit comments

Comments
 (0)