diff options
| author | Xavier Clerc | 2014-10-03 17:28:04 +0200 |
|---|---|---|
| committer | Xavier Clerc | 2014-10-03 17:28:04 +0200 |
| commit | 09caa43ae43c0774ea24abb803990d3e70fdc879 (patch) | |
| tree | b17a61db5101504b4456d4298dce75c6ce46a35b | |
| parent | dc2b5eeb89835016e4bd6b8b5de401692d4957a4 (diff) | |
Classify segfaults as failures in opened bugs.
| -rw-r--r-- | test-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index 2125ade8f4..0f1948841a 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -63,7 +63,7 @@ ifeq (,$(bogomips)) endif log_success = "==========> SUCCESS <==========" -log_segfault = ""==========> FAILURE <==========" +log_segfault = "==========> FAILURE <==========" log_failure = "==========> FAILURE <==========" log_intro = "==========> TESTING $(1) <==========" |
