Skip to content

Commit

Permalink
ctest: ignore icecc errors
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Dec 8, 2016
1 parent 2d512e2 commit f8b8b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION}
)

set(CTEST_CUSTOM_ERROR_EXCEPTION ${CTEST_CUSTOM_ERROR_EXCEPTION}
"^ICECC"
"^make\\[[1-9]\\]: "
"^collect2: ld returned . exit status"
"^make: \\*\\*\\* \\[.*\\] Error ")

0 comments on commit f8b8b30

Please sign in to comment.