From: Dyre Tjeldvoll Date: November 1 2012 10:47am Subject: bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4098 to 4099) List-Archive: http://lists.mysql.com/commits/145128 Message-Id: <20121101104758.24613.3164.4099@khepri17.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4099 Dyre Tjeldvoll 2012-11-01 MTR wrapper for python unit tests added: mysql-test/suite/ndb/t/mcc_pyunit.test 4098 Dyre Tjeldvoll 2012-10-26 Install config_parser.py modified: storage/ndb/mcc/CMakeLists.txt === added file 'mysql-test/suite/ndb/t/mcc_pyunit.test' --- a/mysql-test/suite/ndb/t/mcc_pyunit.test 1970-01-01 00:00:00 +0000 +++ b/mysql-test/suite/ndb/t/mcc_pyunit.test 2012-11-01 10:45:26 +0000 @@ -0,0 +1,17 @@ +--perl +use strict; + +chdir "../storage/ndb/mcc/tst"; +my $exit_code = system("python", "tst_main.py")/256; +if ($exit_code == 0) +{ + print "Python unit tests: Success\n"; +} +else +{ + warn "Python unit tests: *** FAILURE ***\n"; +} + +exit($exit_code); + +EOF No bundle (reason: useless for push emails).