WineHQ: winetest: service.cgi needn't send the -u option

Ferenc Wagner wferi at afavant.elte.hu
Wed Jul 7 04:39:58 CDT 2004


ChangeLog:
- winetest doesn't use the -u option anymore, the archive
  URL in included in the executable.

Feri.

Index: winetest/service.cgi
===================================================================
RCS file: /home/wine/tools/winetest/service.cgi,v
retrieving revision 1.23
diff -u -r1.23 service.cgi
--- winetest/service.cgi	11 Jun 2004 21:49:04 -0000	1.23
+++ winetest/service.cgi	7 Jul 2004 09:36:09 -0000
@@ -257,7 +257,7 @@
 	$name =~ s/zip/exe/g;
     }
     $id = param('id');
-    print "run $name -c -t $id -u $url\n";
+    print "run $name -c -t $id\n";
 
     # wait just 5min, we may have other stuff to execute right away
     print "sleep 300\n";



More information about the wine-patches mailing list