]> git.donarmstrong.com Git - perltidy.git/commitdiff
exclude all dump- parameters from random testing
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 11 Dec 2023 15:37:48 +0000 (07:37 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 11 Dec 2023 15:37:48 +0000 (07:37 -0800)
dev-bin/perltidy_random_setup.pl

index 5e9d83331d05a5e0711ee436104cd2ad203f745e..0ac938fb3b58923088c4b66c09905f3c6c5856df 100755 (executable)
@@ -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)/