From 66504d41aa849746ec0f4f7f2dfa88f098c45f48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sun, 18 Oct 2015 02:27:22 +0100 Subject: [PATCH] tests: avoid failure when auto selecting factor tests * 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 2cf2b47e3f..7dd1180a8d 100755 --- a/tests/factor/run.sh +++ b/tests/factor/run.sh @@ -24,6 +24,8 @@ START=__START__ END=__END__ CKSUM=__CKSUM__ +test "$START" = '__ST''ART__' && skip_ 'ignoring factor test template' + echo "$CKSUM -" > exp f=1 -- 2.47.2