diff --git a/scripts/dtls.test b/scripts/dtls.test index 0b03fbbe7..363118c77 100755 --- a/scripts/dtls.test +++ b/scripts/dtls.test @@ -22,6 +22,7 @@ if [ "${AM_BWRAPPED-}" != "yes" ]; then if [ -n "$bwrap_path" ]; then export AM_BWRAPPED=yes exec "$bwrap_path" --cap-add ALL --unshare-net --dev-bind / / "$0" "$@" + exit $? fi fi