diff --git a/scripts/preflight.sh b/scripts/preflight.sh index 3861a1c53a..c9925fea1d 100755 --- a/scripts/preflight.sh +++ b/scripts/preflight.sh @@ -47,7 +47,7 @@ gotesplit \ -total "$total" \ -index "$index" \ github.com/superfly/flyctl/test/preflight/... \ - -- -parallel=8 -p8 --tags=integration -v -timeout=60m $test_opts | tee "$test_log" + -- --parallel=8 --tags=integration -v -timeout=60m $test_opts | tee "$test_log" test_status=$? set -e