mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
test-exception-wrapper: mention removal of a file from the list of expected failures
This commit is contained in:
parent
374cdde941
commit
3716783a4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue