automake-patches
[Top][All Lists]
Advanced

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

[FYI] {master} tests: avoid a possible failure due to autom4te cache sta


From: Stefano Lattarini
Subject: [FYI] {master} tests: avoid a possible failure due to autom4te cache staleness
Date: Sun, 28 Dec 2014 00:18:57 +0100

* t/includes-deprecation.sh: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/includes-deprecation.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/t/includes-deprecation.sh b/t/includes-deprecation.sh
index 7db0c06..66a9564 100644
--- a/t/includes-deprecation.sh
+++ b/t/includes-deprecation.sh
@@ -32,6 +32,8 @@ grep "^Makefile\\.am:2:.* 'INCLUDES'.* deprecated.* 
'AM_CPPFLAGS'" stderr
 AUTOMAKE_run -Wall -Wno-obsolete
 test ! -s stderr
 
+$sleep
+
 echo 'AC_SUBST([INCLUDES])' >> configure.ac
 sed '/^INCLUDES/d' Makefile.am > t && mv -f t Makefile.am
 
-- 
2.1.3




reply via email to

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