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

Previous Next

Package: automake;

Reported by: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Date: Mon, 29 Apr 2013 21:02:06 UTC

Severity: normal

Tags: notabug, patch

Merged with 14309, 14310, 14311, 14312, 14313, 14315, 14316

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: automake-patches <at> gnu.org
Cc: mdaniels <at> rim.com, bug-automake <at> gnu.org, 12554 <at> debbugs.gnu.org
Subject: [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 <stefano.lattarini <at> gmail.com>
---
 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





This bug report was last modified 12 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.