From: Steve Hancock Date: Mon, 11 Dec 2023 15:37:48 +0000 (-0800) Subject: exclude all dump- parameters from random testing X-Git-Tag: 20230912.07~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a38f9dfd59b525c6ed576d3c907debb3737c128;p=perltidy.git exclude all dump- parameters from random testing --- diff --git a/dev-bin/perltidy_random_setup.pl b/dev-bin/perltidy_random_setup.pl index 5e9d8333..0ac938fb 100755 --- a/dev-bin/perltidy_random_setup.pl +++ b/dev-bin/perltidy_random_setup.pl @@ -1376,6 +1376,9 @@ EOM next if $skip{$name}; + # skip all dump options; they dump to stdout and exit + next if ($name=~/^dump-/); + # Skip all pattern lists if ( $flag =~ /s$/ ) { if ( $name =~ /-(list|prefix)/