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

Eric eseidel at opensource.apple.com
Mon Dec 19 13:03:54 PST 2005


eseidel     05/12/19 13:03:54

  Modified:    .        ChangeLog
               Scripts  run-webkit-tests
  Log:
  Bug #: none
  Submitted by: eseidel
  Reviewed by: darin
          * Scripts/run-webkit-tests: stop /etc/catalog warnings
  
  Revision  Changes    Path
  1.132     +6 -0      WebKitTools/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/ChangeLog,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- ChangeLog	19 Dec 2005 19:56:24 -0000	1.131
  +++ ChangeLog	19 Dec 2005 21:03:53 -0000	1.132
  @@ -1,3 +1,9 @@
  +2005-12-19  Eric Seidel  <eseidel at apple.com>
  +
  +        Reviewed by darin.
  +
  +        * Scripts/run-webkit-tests: stop /etc/catalog warnings
  +
   2005-12-19  Darin Adler  <darin at apple.com>
   
           Reviewed by Eric Seidel.
  
  
  
  1.40      +1 -0      WebKitTools/Scripts/run-webkit-tests
  
  Index: run-webkit-tests
  ===================================================================
  RCS file: /cvs/root/WebKitTools/Scripts/run-webkit-tests,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- run-webkit-tests	16 Dec 2005 08:08:23 -0000	1.39
  +++ run-webkit-tests	19 Dec 2005 21:03:53 -0000	1.40
  @@ -180,6 +180,7 @@
       if (!$toolOpen) {
           local %ENV;
           $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
  +        $ENV{XML_CATALOG_FILES} = ""; # work around missing /etc/catalog <rdar://problem/4292995>
           $ENV{MallocStackLogging} = 1 if $checkLeaks;
           $ENV{DYLD_INSERT_LIBRARIES} = "/usr/lib/libgmalloc.dylib" if $guardMalloc;
           $dumpToolPID = open2(\*IN, \*OUT, $tool, @toolArgs) or die;
  
  
  



More information about the webkit-changes mailing list