From fe56eaddf42c17be58e2fe0a6e7e99eadaa5b1f2 Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Fri, 8 Mar 2024 13:24:20 -0500 Subject: [PATCH] Fix grep command to check output of shadow tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7185ae7..dcfc9a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,7 +237,7 @@ shadow-integration: # Check to make sure streams succeeded - | - if [ $(grep -c "stream-success" shadow.data/hosts/snowflakeclient/tgen.1006.stdout) = 10 ] + if [ $(grep -c "stream-success" shadow.data/hosts/snowflakeclient/tgen.*.stdout) = 10 ] then echo "All streams in shadow completed successfully" else