automake-patches
[Top][All Lists]
Advanced

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

[FYI] {branch-1.13.2} tests: improve debugging output in checks on make


From: Stefano Lattarini
Subject: [FYI] {branch-1.13.2} tests: improve debugging output in checks on make flags analysis
Date: Thu, 2 May 2013 00:31:10 +0200

* t/make-dryrun.tap: Here.
* t/make-keepgoing.tap: And here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/make-dryrun.tap    | 4 ++--
 t/make-keepgoing.tap | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap
index 2fd37a2..c7d8963 100755
--- a/t/make-dryrun.tap
+++ b/t/make-dryrun.tap
@@ -39,10 +39,10 @@ cat > Makefile.am <<'END'
 all:
        : Dummy, nothing to do.
 run:
-       @echo ":: $$MAKEFLAGS ::"; : For debugging.
+       @echo ":: $$MAKEFLAGS :: $$MFLAGS ::" ;: For debugging.
        $(am__make_dryrun) && exit 1; echo ok > from-run
 dry:
-       address@hidden ":: $$MAKEFLAGS ::"; : For debugging.
+       address@hidden ":: $$MAKEFLAGS :: $$MFLAGS ::" ;: For debugging.
        +$(am__make_dryrun) || exit 1; echo ok > from-dry
 END
 
diff --git a/t/make-keepgoing.tap b/t/make-keepgoing.tap
index a71d2d0..0e416ca 100755
--- a/t/make-keepgoing.tap
+++ b/t/make-keepgoing.tap
@@ -33,10 +33,10 @@ cat > Makefile.am <<'END'
 all:
        @echo 'Default target $@ should not be called'>&2; exit 1;
 k-y:
-       @echo ":: $$MAKEFLAGS ::" ;: For debugging.
+       @echo ":: $$MAKEFLAGS :: $$MFLAGS ::" ;: For debugging.
        $(am__make_keepgoing)
 k-n:
-       @echo ":: $$MAKEFLAGS ::" ;: For debugging.
+       @echo ":: $$MAKEFLAGS :: $$MFLAGS ::" ;: For debugging.
        $(am__make_keepgoing) && exit 1; exit 0
 END
 
-- 
1.8.3.rc0.19.g7e6a0cc




reply via email to

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