[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 7/7] tests: avoid a spurious error with Solaris make
From: |
Stefano Lattarini |
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 <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
- Re: bug#12554: Checking MAKEFLAGS with RECURSIVE_TARGETS, Stefano Lattarini, 2013/04/29
- [PATCH 0/7][PATCH 0/7] Fix automake bug#12554., Stefano Lattarini, 2013/04/29
- [PATCH 2/7] header-vars: new variable $(am__running_with_option), Stefano Lattarini, 2013/04/29
- [PATCH 1/7] tests: expose bug#12554 (false positives for presence of '-k' make option), Stefano Lattarini, 2013/04/29
- [PATCH 3/7] tests: remove dead code from t/make-dryrun.tap, Stefano Lattarini, 2013/04/29
- [PATCH 4/7] header-vars: simplify how make flags are determined, Stefano Lattarini, 2013/04/29
- [PATCH 5/7] header-vars: recognize more make flags ('-k' in particular), Stefano Lattarini, 2013/04/29
- [PATCH 6/7] subdirs: don't return false positives for the '-k' option's presence, Stefano Lattarini, 2013/04/29
- [PATCH 7/7] tests: avoid a spurious error with Solaris make,
Stefano Lattarini <=