|
Revision 1883, 0.7 kB
(checked in by peter, 10 months ago)
|
|
tsuite/slow/checkall.pl:
Port updated version of this script to the slow test suite.
tsuite/slow/run_parallel.pl:
tsuite/slow/clean_tsuite.pl:
Copy these scripts from auto test suite.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | while( defined( $input = glob("*") ) ) { |
|---|
| 10 | @ll = split( /\./, "$input" ); |
|---|
| 11 | if( $ |
|---|
| 12 | print "deleting $input...\n"; |
|---|
| 13 | unlink "$input"; |
|---|
| 14 | } |
|---|
| 15 | } |
|---|
| 16 | unlink "checkend.txt"; |
|---|
| 17 | unlink "close.txt"; |
|---|
| 18 | unlink "crashed.txt"; |
|---|
| 19 | unlink "debug.txt"; |
|---|
| 20 | unlink "minor.txt"; |
|---|
| 21 | unlink "serious.txt"; |
|---|
| 22 | unlink "skip.txt"; |
|---|
| 23 | unlink "optimal.in"; |
|---|