diff --git a/Makefile b/Makefile index b00cf1402f26..8a57675729b2 100644 --- a/Makefile +++ b/Makefile @@ -2019,7 +2019,7 @@ performance_%: $(BIN_DIR)/performance_% error_%: $(BIN_DIR)/error_% @-mkdir -p $(TMP_DIR) - cd $(TMP_DIR) ; $(CURDIR)/$< 2>&1 | egrep --q "terminating with uncaught exception|^terminate called|^Error|Assertion.*failed" + cd $(TMP_DIR) ; $(CURDIR)/$< 2>&1 | egrep --q "terminating with uncaught exception|terminating due to uncaught exception|^terminate called|^Error|Assertion.*failed" @-echo warning_%: $(BIN_DIR)/warning_%