[LOSTWAGES] service.cgi command change

Brian Vincent vinn at theshell.com
Mon Apr 19 11:27:34 CDT 2004


Newman - 

There's a few things with the testing stuff we need help with.  This is 
actually Dimi's list from irc, he's at lunch so I'll just mail it for him:

1. get Feri's cron job working, if it's not working already
2. apply the patch that Feri will send shortly
3. tell us where the results go, we think it's something like:
    test.winehq.org/data/20040419
   and make that directory, "data", readable so we can see an
   index of tests.
4. apply this one-liner.

Changelog:
  Add option to quiet output of winetest.exe

Index: service.cgi
===================================================================
RCS file: /home/wine/tools/winetest/service.cgi,v
retrieving revision 1.9
diff -u -r1.9 service.cgi
--- service.cgi	8 Apr 2004 22:19:09 -0000	1.9
+++ service.cgi	19 Apr 2004 16:19:41 -0000
@@ -216,7 +216,7 @@
 
     if (substr($local_filename, -4, 4) =~ ".zip") {
 	print "unzip $local_filename\n";
-        print "run $_[0].exe -t $data_received{\"id\"}\n";  # Guessing on name 
+        print "run $_[0].exe -c -t $data_received{\"id\"}\n";  # Guess on name 
     }
     else {
 	print "run $local_filename -t $data_received{\"id\"}\n";



More information about the wine-patches mailing list