Skip to content

Commit

Permalink
Updated a test script to properly indicate whether an error occurred.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Feb 10, 2018
1 parent 29d8448 commit 90c701e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion framework/test/test.include
Expand Up @@ -23,7 +23,7 @@ TMP_DIR=/tmp/test_d4j
# By default exit on first error
HALT_ON_ERROR=1

# Indicate whether an error occured
# Indicate whether an error occurred
ERROR=0

################################################################################
Expand Down
2 changes: 2 additions & 0 deletions framework/test/test_verify_bugs.sh
Expand Up @@ -100,3 +100,5 @@ for bid in $(echo $BUGS); do
done
rm -rf $work_dir
HALT_ON_ERROR=1

exit $ERROR

0 comments on commit 90c701e

Please sign in to comment.