4114 Dyre Tjeldvoll 2012-11-26
Use Python from tool tree on Windows
modified:
mysql-test/suite/ndb/t/mcc_pyunit.test
4113 Dyre Tjeldvoll 2012-11-23
Use Python27 on Windows and update Paramiko used on Solaris
modified:
mysql-test/suite/ndb/t/mcc_pyunit.test
storage/ndb/mcc/tst/tst_main.py
=== modified file 'mysql-test/suite/ndb/t/mcc_pyunit.test'
--- a/mysql-test/suite/ndb/t/mcc_pyunit.test 2012-11-23 12:49:22 +0000
+++ b/mysql-test/suite/ndb/t/mcc_pyunit.test 2012-11-26 13:12:33 +0000
@@ -18,7 +18,8 @@ chdir($tstdir);
my $python = $ENV{'MCC_PYTHON'};
unless ($python) {
- $python = "C:/Python27/python.exe";
+ #$python = "C:/Python27/python.exe";
+ $python = "$ENV{PB2WORKDIR}/$ENV{MCC_DEP_SOURCENAME}/python27/python.exe";
unless (-f $python) { $python = "python"; }
}
my $exit_code = system($python, "tst_main.py")/256;
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4113 to 4114) | Dyre Tjeldvoll | 26 Nov |