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

Commit 68fed82

Browse files
committed
CI: attempt to make "real workload" test to work
1 parent 4b92d1d commit 68fed82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nancy_run_localhost_real_workload.sh

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

18-
if [[ $output =~ "Queries: 1" ]]; then
18+
if [[ $output =~ "Queries:[[:space:]]+1" ]]; then
1919
echo -e "\e[36mOK\e[39m"
2020
else
2121
>&2 echo -e "\e[31mFAILED\e[39m"

0 commit comments

Comments
 (0)