From 2bc429bc03ffe917e57a47679f384081e1fd58c3 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 27 Nov 2024 02:06:15 -0500 Subject: [PATCH] fix script --- ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index c41cb4274bc7..6413019ee5fc 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -105,7 +105,7 @@ if [ "$target" = "s390x-unknown-linux-gnu" ]; then passed=$((passed+1)) continue fi - if [ "$passed" = "1" ]; then + elif [ "$passed" = "1" ]; then if $cmd --no-default-features; then passed=$((passed+1)) continue