automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {test-protocols} testsuite: fix spurious failure on Solaris make


From: Stefano Lattarini
Subject: [FYI] {test-protocols} testsuite: fix spurious failure on Solaris make
Date: Sun, 7 Aug 2011 22:58:37 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/test-driver-strip-vpath.test: Do not fail if "make -n"
fails, as that is issued only for debugging, its semantic being
tested in other test scripts.
---
 ChangeLog                          |    7 +++++++
 tests/test-driver-strip-vpath.test |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 86e565b..dc8bb93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-08-07  Stefano Lattarini  <address@hidden>
 
+       testsuite: fix spurious failure on Solaris make
+       * tests/test-driver-strip-vpath.test: Do not fail if "make -n"
+       fails, as that is issued only for debugging, its semantic being
+       tested in other test scripts.
+
+2011-08-07  Stefano Lattarini  <address@hidden>
+
        tap driver: refactor and remove dead code
        * lib/tap-driver (get_tap_line): Removed, ...
        (all callers): ... updated to use $parser->next directly instead.
diff --git a/tests/test-driver-strip-vpath.test 
b/tests/test-driver-strip-vpath.test
index 5b21cc0..7187abb 100755
--- a/tests/test-driver-strip-vpath.test
+++ b/tests/test-driver-strip-vpath.test
@@ -79,7 +79,7 @@ mkdir build1
 cd build1
 ../src/configure
 # "$MAKE -n" is for debugging, should highlight any VPATH rewrite.
-$MAKE -n check
+$MAKE -n check || :
 $MAKE check
 cd ..
 
@@ -87,7 +87,7 @@ mkdir build2
 cd build2
 "$ocwd"/src/configure
 # "$MAKE -n" is for debugging, should highlight any VPATH rewrite.
-$MAKE -n check
+$MAKE -n check || :
 $MAKE check
 cd ..
 
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]