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).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4098 to 4099) | Dyre Tjeldvoll | 2 Nov |