Skip to content

Commit a5718f7

Browse files
committed
Explicitly exit test script with 0
Be a good UNIX hacker and exit the test script explicitly with a success value.
1 parent 3913a08 commit a5718f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ if [ -n "$BITCOINVERSION" ]; then
7878
rm -rf bitcoin-$BITCOINVERSION
7979
exit 0
8080
fi
81+
82+
exit 0

0 commit comments

Comments
 (0)