projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ec0af
)
removed upload.NN files after each test
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 29 Jan 2001 15:07:28 +0000
(15:07 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 29 Jan 2001 15:07:28 +0000
(15:07 +0000)
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index
e5c20b4
..
164ac5e
100755
(executable)
--- a/
tests/runtests.pl
+++ b/
tests/runtests.pl
@@
-507,6
+507,7
@@
sub singletest {
unlink($STDOUT);
unlink($STDERR);
+ unlink("$LOGDIR/upload.$NUMBER"); # remove upload leftovers
unlink($CURLOUT); # remove the downloaded results
unlink($FTPDCMD); # remove the instructions for this test