automake
[Top][All Lists]
Advanced

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

FYI: Minor fix for the testsuite


From: Pavel Roskin
Subject: FYI: Minor fix for the testsuite
Date: Thu, 25 Jan 2001 18:08:51 -0500 (EST)

Hello!

Please don't use "sh -x" in the tests - otherwise they will be too verbose
even in VERBOSE is not set.

_____________________
--- makevars.test
+++ makevars.test
@@ -1,4 +1,4 @@
-#! /bin/sh -x
+#! /bin/sh

 # Test to make sure that automake includes the needed variables,
 # but not too many.
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2001-01-25  Pavel Roskin  <address@hidden>
+
+       * makevars.test: Disable shell tracing.
+
 2001-01-25  Akim Demaille  <address@hidden>

        * makevars.test: New.
_____________________

Regards,
Pavel Roskin




reply via email to

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