Fix grep command to check output of shadow tests

This commit is contained in:
Cecylia Bocovich 2024-03-08 13:24:20 -05:00
parent b42966a652
commit fe56eaddf4
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90

View file

@ -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