Skip to content

Commit

Permalink
Check for slightly different error msg in AppleClang 14.0.3 (#7582)
Browse files Browse the repository at this point in the history
* Check for slightly different error msg in AppleClang 14.0.3

* Update Makefile
  • Loading branch information
steven-johnson authored May 18, 2023
1 parent 02768ef commit d234143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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_%
Expand Down

0 comments on commit d234143

Please sign in to comment.