coreutils
[Top][All Lists]
Advanced

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

[PATCH] tests: avoid failure when auto selecting factor tests


From: Pádraig Brady
Subject: [PATCH] tests: avoid failure when auto selecting factor tests
Date: Sun, 18 Oct 2015 02:41:46 +0100

* tests/factor/run.sh: If this template is found through
`grep -El 'print_ver_.* factor'` for example, then just skip it.
---
 tests/factor/run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/factor/run.sh b/tests/factor/run.sh
index 2cf2b47..d984195 100755
--- a/tests/factor/run.sh
+++ b/tests/factor/run.sh
@@ -24,6 +24,8 @@ START=__START__
   END=__END__
 CKSUM=__CKSUM__
 
+test "$START" = '__START__' && skip_ 'ignoring factor test template'
+
 echo "$CKSUM  -" > exp
 
 f=1
-- 
2.5.0




reply via email to

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