bogo: rebuild shim before running the tests

This helps prevent confusion from running an outdated build.
This commit is contained in:
Dirkjan Ochtman 2021-03-31 14:13:15 +02:00
parent 4ca593aa16
commit f2ad4b6ee2
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ fi
# Best effort on OS-X
case $OSTYPE in darwin*) set +e ;; esac
# Make sure the shim binary is up to date
cargo build --features="dangerous_configuration quic" --example bogo_shim
( cd bogo/ssl/test/runner && ./runner.test -shim-path ../../../../../target/debug/examples/bogo_shim \
-shim-config ../../../../config.json \
-pipe \