List:Commits« Previous MessageNext Message »
From:Guilhem Bichot Date:February 21 2008 10:05pm
Subject:bk commit into maria tree (guilhem:1.2607)
View as plain text  
Below is the list of changes that have just been committed into a local
maria repository of guilhem.  When guilhem does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-02-21 23:05:27+01:00, guilhem@stripped +1 -0
  Make ma_test_all-t find its eggs on Darwin machines.

  storage/maria/unittest/ma_test_all-t@stripped, 2008-02-21 23:05:25+01:00, guilhem@stripped +1 -1
    .exe is for win32, win64, cygwin, but not darwin

diff -Nrup a/storage/maria/unittest/ma_test_all-t b/storage/maria/unittest/ma_test_all-t
--- a/storage/maria/unittest/ma_test_all-t	2008-02-02 00:01:26 +01:00
+++ b/storage/maria/unittest/ma_test_all-t	2008-02-21 23:05:25 +01:00
@@ -52,7 +52,7 @@ sub run_tests
   }
   $maria_path= dirname($0) . "/..";
 
-  my $suffix= ( $^O =~ /win/i ) ? ".exe" : "";
+  my $suffix= ( $^O =~ /win/i  && $^O !~ /darwin/i ) ? ".exe" : "";
   $maria_exe_path= "$maria_path/release";
   # we use -f, sometimes -x is unexpectedly false in Cygwin
   if ( ! -f "$maria_exe_path/ma_test1$suffix" )
Thread
bk commit into maria tree (guilhem:1.2607)Guilhem Bichot21 Feb