Lines Matching refs:keep
107 $keep = 0; # keep temp files around
332 elsif ($option =~ /^-keep$/i)
334 $keep = 1;
526 # If the keep flag is not set, this subroutine deletes all filenames that
533 if (!$keep)
546 print "Usage: perl $plname [testname] [-verbose] [-detail] [-keep]\n";
586 . "-keep\n"
1121 # this subroutine generates the numeric suffix used to keep tmp filenames,
1174 # they are automatically cleaned up unless -keep was used, or the test fails.