From 1e7ce72416cad66b1f82cd503d37f92ecdbe4b8a Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 16 Aug 2008 18:19:43 +0200 Subject: [PATCH] Fix ccache test for MSVC. * tests/static.at (ccache -all-static): Ignore compiler stderr. Reported by Peter Rosin. Signed-off-by: Ralf Wildenhues --- ChangeLog | 6 ++++++ tests/static.at | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ed11fd7f..f9bb7dc64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-04 Ralf Wildenhues + + Fix ccache test for MSVC. + * tests/static.at (ccache -all-static): Ignore compiler stderr. + Reported by Peter Rosin. + 2010-07-03 Charles Wilson Avoid false failures caused by filesystem interaction diff --git a/tests/static.at b/tests/static.at index f59b12425..dfa4c42c2 100644 --- a/tests/static.at +++ b/tests/static.at @@ -371,7 +371,7 @@ AT_DATA([a.c], [[int main(void) { return 0; } ]]) -AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore]) +AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore], [ignore]) AT_CHECK([$LIBTOOL --mode=link --tag=CC ./ccache $CC $CFLAGS $LDFLAGS -all-static a.$OBJEXT -o a$EXEEXT], [], [ignore], [ignore]) -- 2.47.3