Skip to content

Commit

Permalink
Change run_wml_tests failure exit code from 1 to 2
Browse files Browse the repository at this point in the history
xvfb-run returns 1 when it fails, so this way we can differentiate.
  • Loading branch information
AI0867 committed Jun 17, 2014
1 parent 1536aa1 commit 3fe799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_wml_tests
Expand Up @@ -295,7 +295,7 @@ if [ "$AllPassed" -eq 0 ]; then
fi
echo "Not all tests gave the correct result."
echo "Check errors.log for error reports."
exit 1
exit 2
else
echo "All tests gave the correct result."
exit 0
Expand Down

0 comments on commit 3fe799a

Please sign in to comment.