Lines Matching refs:cleanup
73 # - cleanup: <post-test cleanup cmd> (default: none)
146 my $cleanup; # cleanup command to run
245 ($prereq, $post, $cleanup) = (undef, undef, undef);
293 } elsif ($line =~ /^\s*cleanup:\s*(.*)$/) {
294 $cleanup = $1;
503 if (defined $cleanup) {
504 (system("$cleanup") == 0) or
505 print("(cleanup operation failed: $cleanup)\n");