1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

test-exception-wrapper: mention removal of a file from the list of expected failures

This commit is contained in:
Lars Kruse 2019-10-03 17:36:04 +02:00
parent 374cdde941
commit 3716783a4b

View file

@ -50,6 +50,6 @@ elif [ "$has_failed" = "1" ]; then
echo >&2 "ERROR: the script '$SCRIPT_FILENAME' should pass the test, but it failed" echo >&2 "ERROR: the script '$SCRIPT_FILENAME' should pass the test, but it failed"
exit 4 exit 4
else else
echo >&2 "ERROR: the script '$SCRIPT_FILENAME' was expected to fail the test, but it passed" echo >&2 "ERROR: the script '$SCRIPT_FILENAME' was expected to fail the test, but it succeeded. Please remove this filename from the list of exepected failures ($EXPECTED_FAILURES_LIST_FILENAME)."
exit 5 exit 5
fi fi