mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -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
|
# 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
|
then
|
||||||
echo "All streams in shadow completed successfully"
|
echo "All streams in shadow completed successfully"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue