[webkit-changes] cvs commit: WebKitTools/Scripts run-safari run-webkit-tests

John sullivan at opensource.apple.com
Thu Nov 3 10:47:47 PST 2005


sullivan    05/11/03 10:47:46

  Modified:    .        ChangeLog
               Scripts  run-safari run-webkit-tests
  Log:
          Reviewed by Darin.
  
          * Scripts/run-safari:
          changed message to say "Starting Safari" instead of odd "Start Safari"
          * Scripts/run-webkit-tests:
          changed the way we pass the file parameter to use -NSOpen rather than relying on
          unlabeled arguments being treated as files. This was failing on some machines that
          (mysteriously) had NSTreatUnknownArgumentsAsOpen set to NO in com.apple.Safari.plist.
  
  Revision  Changes    Path
  1.117     +12 -1     WebKitTools/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/ChangeLog,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- ChangeLog	27 Oct 2005 22:15:07 -0000	1.116
  +++ ChangeLog	3 Nov 2005 18:47:45 -0000	1.117
  @@ -1,6 +1,17 @@
  +2005-11-03  John Sullivan  <sullivan at apple.com>
  +
  +        Reviewed by Darin.
  +
  +        * Scripts/run-safari:
  +        changed message to say "Starting Safari" instead of odd "Start Safari"
  +        * Scripts/run-webkit-tests:
  +        changed the way we pass the file parameter to use -NSOpen rather than relying on
  +        unlabeled arguments being treated as files. This was failing on some machines that 
  +        (mysteriously) had NSTreatUnknownArgumentsAsOpen set to NO in com.apple.Safari.plist.
  +
   2005-10-27  Geoffrey Garen  <ggaren at apple.com>
   		
  -		Patch by Alexey Proskuryakov.
  +        Patch by Alexey Proskuryakov.
   		
           Reviewed by Maciej.
           
  
  
  
  1.12      +1 -1      WebKitTools/Scripts/run-safari
  
  Index: run-safari
  ===================================================================
  RCS file: /cvs/root/WebKitTools/Scripts/run-safari,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- run-safari	11 Sep 2005 17:04:19 -0000	1.11
  +++ run-safari	3 Nov 2005 18:47:46 -0000	1.12
  @@ -41,7 +41,7 @@
   checkFrameworks();
   
   # Set up DYLD_FRAMEWORK_PATH to point to the product directory.
  -print "Start Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
  +print "Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
   $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
   $ENV{WEBKIT_UNSET_DYLD_FRAMEWORK_PATH} = "YES";
   exec $safariPath, @ARGV or die;
  
  
  
  1.33      +1 -1      WebKitTools/Scripts/run-webkit-tests
  
  Index: run-webkit-tests
  ===================================================================
  RCS file: /cvs/root/WebKitTools/Scripts/run-webkit-tests,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- run-webkit-tests	11 Oct 2005 09:33:29 -0000	1.32
  +++ run-webkit-tests	3 Nov 2005 18:47:46 -0000	1.33
  @@ -515,7 +515,7 @@
       print HTML "</html>\n";
       close HTML;
       
  -    system "WebKitTools/Scripts/run-safari", $testResults;
  +    system "WebKitTools/Scripts/run-safari", "-NSOpen",$testResults;
   }
   
   sub printLeaks
  
  
  



More information about the webkit-changes mailing list