diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-01 11:11:16 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-01 11:11:16 +0100 |
commit | cc21483fcf9767eded085af05c1dd451ddd0b10d (patch) | |
tree | b7e86e49a62a9f425be7944b2ec9b397de9b3b5b /mysql-test/t/mysqltest.test | |
parent | 067710eba1e3c958fb64fe569fae027afc65fd90 (diff) | |
download | mariadb-git-cc21483fcf9767eded085af05c1dd451ddd0b10d.tar.gz |
Bug #58092 Test "rpl_cross_version" has "copy_file" failing
I am not fixing the test failure
Adds printing of my_errno when commands fail, could hopefully help
Diffstat (limited to 'mysql-test/t/mysqltest.test')
-rw-r--r-- | mysql-test/t/mysqltest.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqltest.test b/mysql-test/t/mysqltest.test index fe04b8c19e0..b9197a7d4b9 100644 --- a/mysql-test/t/mysqltest.test +++ b/mysql-test/t/mysqltest.test @@ -1936,6 +1936,7 @@ EOF cat_file $MYSQLTEST_VARDIR/tmp/test_file1.tmp; remove_file $MYSQLTEST_VARDIR/tmp/test_file1.tmp; +--replace_regex /my_errno=[0-9]*/(my_errno)/ --error 1 --exec echo "cat_file non_existing_file;" | $MYSQL_TEST 2>&1 |