[netfilter-cvslog] r3526 - trunk/nfsim-testsuite

rusty at netfilter.org rusty at netfilter.org
Fri Dec 31 08:05:03 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-31 08:05:02 +0100 (Fri, 31 Dec 2004)
New Revision: 3526

Modified:
   trunk/nfsim-testsuite/test.sh
Log:
Don't suppress expected errors when verbose specified

Modified: trunk/nfsim-testsuite/test.sh
===================================================================
--- trunk/nfsim-testsuite/test.sh	2004-12-30 08:45:33 UTC (rev 3525)
+++ trunk/nfsim-testsuite/test.sh	2004-12-31 07:05:02 UTC (rev 3526)
@@ -138,7 +138,7 @@
 	fi
 
 	XFAIL=`expected_failure $f`;
-	if [ $XFAIL = 1 ]; then
+	if [ $XFAIL = 1 ] && [ -n "$VERBOSE" ]; then
 	    ERROUT=/dev/null
 	else
 	    ERROUT=/proc/$$/fd/1




More information about the netfilter-cvslog mailing list