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

Commit 7c1b10b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/nancy_run_localhost_real_workload.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_options_no_dump_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PARAMS
1111

1212
output=$(${BASH_SOURCE%/*}/../nancy_run.sh $params 2>&1)
1313

14-
if [[ $output =~ "ERROR: Snapshot or dump not given." ]]; then
14+
if [[ $output =~ "ERROR: The object (database) is not defined." ]]; then
1515
echo -e "\e[36mOK\e[39m"
1616
else
1717
>&2 echo -e "\e[31mFAILED\e[39m"

0 commit comments

Comments
 (0)