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

Commit a2e8b5f

Browse files
committed
make tests working after wording changes
1 parent 1315d3c commit a2e8b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/nancy_run_localhost_simple_gz_dump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output=$(
1414
--tmp-path $srcDir/tmp 2>&1
1515
)
1616

17-
if [[ $output =~ "Queries duration:" ]]; then
17+
if [[ $output =~ "Sumarized query duration:" ]]; then
1818
echo -e "\e[36mOK\e[39m"
1919
else
2020
>&2 echo -e "\e[31mFAILED\e[39m"

tests/nancy_run_localhost_simple_sql_dump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output=$(
1414
--tmp-path $srcDir/tmp 2>&1
1515
)
1616

17-
if [[ $output =~ "Queries duration:" ]]; then
17+
if [[ $output =~ "Sumarized query duration:" ]]; then
1818
echo -e "\e[36mOK\e[39m"
1919
else
2020
>&2 echo -e "\e[31mFAILED\e[39m"

0 commit comments

Comments
 (0)