]> granicus.if.org Git - curl/commitdiff
Yang Tse: With last change logging directory needs to be created sooner.
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Dec 2005 07:44:18 +0000 (07:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Dec 2005 07:44:18 +0000 (07:44 +0000)
tests/runtests.pl

index 9b52e25b7ecd641d506c2c350f1d91c847e6a58b..5ae341742bd127fa6c5bcfd5d1be47e00baebe17 100755 (executable)
@@ -2035,6 +2035,13 @@ $FTP6PORT =  $base + 6; # FTP IPv6 port
 $TFTPPORT =  $base + 7; # TFTP (UDP) port
 $TFTP6PORT =  $base + 8; # TFTP IPv6 (UDP) port
 
+#######################################################################
+# clear and create logging directory:
+#
+
+cleardir($LOGDIR);
+mkdir($LOGDIR, 0777);
+
 #######################################################################
 # Output curl version and host info being tested
 #
@@ -2043,12 +2050,6 @@ if(!$listonly) {
     checksystem();
 }
 
-#######################################################################
-# clear and create logging directory:
-#
-cleardir($LOGDIR);
-mkdir($LOGDIR, 0777);
-
 #######################################################################
 # If 'all' tests are requested, find out all test numbers
 #