Skip to content

Commit 2805f74

Browse files
committed
test.sh: explicitly return 0
As per UNIX convention a Bash script should exit with status code 0 if it completes successfully.
1 parent 84e2d06 commit 2805f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ if [ "$DO_BENCH" = true ]; then
9494
cargo bench --all --features="unstable"
9595
fi
9696

97+
exit 0

0 commit comments

Comments
 (0)