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

Commit 257b59c

Browse files
committed
make tests working after wording changes
1 parent 7c1b10b commit 257b59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nancy_run_localhost_simple_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)