mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[#1574] failing tests now interrupt make check
This commit is contained in:
@@ -201,6 +201,11 @@ test_finish() {
|
|||||||
|
|
||||||
# Reset traps.
|
# Reset traps.
|
||||||
traps_off
|
traps_off
|
||||||
|
|
||||||
|
# Explicitly return ${exit_code}. The effect should be for `make check` to
|
||||||
|
# return with the exit same code or at least another non-zero exit code thus
|
||||||
|
# reporting a failure.
|
||||||
|
return "${exit_code}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Stores the configuration specified as a parameter in the configuration
|
# Stores the configuration specified as a parameter in the configuration
|
||||||
|
Reference in New Issue
Block a user