autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH] Ignore errors from ./run on w32.


From: Ralf Wildenhues
Subject: [PATCH] Ignore errors from ./run on w32.
Date: Sun, 2 Mar 2008 11:25:53 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* tests/autotest.at (whitespace in absolute testdir):
Ignore stderr for `./run' which fails to remove the
busy test directory on w32.
---

Applied to master.  This is in line with some other testsuite
invocations of `./run'.

Cheers,
Ralf

 tests/autotest.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/autotest.at b/tests/autotest.at
index b865e9e..78d8a8a 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -721,7 +721,7 @@ AT_CLEANUP
 AT_CHECK_AUTOM4TE([--language=autotest -o suite suite.at])
 AT_CHECK([top_srcdir=$wd ./suite], [0], [ignore])
 AT_CHECK([top_srcdir=$wd ./suite -d], [0], [ignore])
-AT_CHECK([cd suite.dir/1 && ./run top_srcdir="$wd"], [0], [ignore])
+AT_CHECK([cd suite.dir/1 && ./run top_srcdir="$wd"], [0], [ignore], [ignore])
 AT_CLEANUP
 
 
-- 
1.5.4.rc5.2.g3ed9a




reply via email to

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