bug-automake
[Top][All Lists]
Advanced

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

bug#14314: [PATCH 7/7] tests: avoid a spurious error with Solaris make


From: Stefano Lattarini
Subject: bug#14314: [PATCH 7/7] tests: avoid a spurious error with Solaris make
Date: Mon, 29 Apr 2013 23:00:35 +0200

* t/make-keepgoing.tap (Makefile.am): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/make-keepgoing.tap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/make-keepgoing.tap b/t/make-keepgoing.tap
index a81bf6c..a71d2d0 100755
--- a/t/make-keepgoing.tap
+++ b/t/make-keepgoing.tap
@@ -37,7 +37,7 @@ k-y:
        $(am__make_keepgoing)
 k-n:
        @echo ":: $$MAKEFLAGS ::" ;: For debugging.
-       ! $(am__make_keepgoing)
+       $(am__make_keepgoing) && exit 1; exit 0
 END
 
 check_make ()
-- 
1.8.2.1.610.g562af5b






reply via email to

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