diff --git a/scripts/run_integration_test.bash b/scripts/run_integration_test.bash index f1feb0f..9185c65 100755 --- a/scripts/run_integration_test.bash +++ b/scripts/run_integration_test.bash @@ -21,5 +21,5 @@ function get_test_names { } get_test_names "$@" | while read test; do - (cd "$DIR/../" && cargo test --no-fail-fast --test test_loader "$test") + (cd "$DIR/../" && cargo test --no-fail-fast --test test_loader "$test" -- --show-output) done