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

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmius committed Mar 26, 2019
1 parent 0fae819 commit 080a8d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/nancy_run_abnormal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ src_dir=$(dirname $(dirname $(realpath "$0")))"/.circleci"

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

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

0 comments on commit 080a8d2

Please sign in to comment.