mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Fix grep command to check output of shadow tests
This commit is contained in:
parent
b42966a652
commit
fe56eaddf4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue