Skip to content

Commit

Permalink
tests: Fix test script exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Oct 25, 2023
1 parent cbab660 commit 5a724b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function run_test()
TEST_OK=$((TEST_OK + 1))
else
TEST_FAIL=$((TEST_FAIL + 1))
exit 1
fi
}
export -f run_test
Expand Down

0 comments on commit 5a724b5

Please sign in to comment.