forked from quic-go/quic-go
print the commit that the interop docker image was build with
This commit is contained in:
@@ -4,6 +4,8 @@ set -e
|
||||
# Set up the routing needed for the simulation.
|
||||
/setup.sh
|
||||
|
||||
echo "Using commit:" `cat commit.txt`
|
||||
|
||||
if [ "$ROLE" == "client" ]; then
|
||||
# Wait for the simulator to start up.
|
||||
/wait-for-it.sh sim:57832 -s -t 10
|
||||
|
||||
Reference in New Issue
Block a user