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

Commit 1315d3c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nancy_run_localhost_simple_dump_with_index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ output=$(
1616
--target-ddl-undo "drop index i_speedup;" 2>&1
1717
)
1818

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

0 commit comments

Comments
 (0)