diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-04-13 10:01:04 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-04-13 10:01:04 +0200 |
commit | 5a5cbff970605952e1a086bf7a09d8b218fde5f6 (patch) | |
tree | 8b72f5cce494c2412b21d2ce8c0e778248ab1412 /client | |
parent | 9b9d01b31a5fc28bda47e1cf7f3191cc558b8be7 (diff) | |
download | mariadb-git-5a5cbff970605952e1a086bf7a09d8b218fde5f6.tar.gz |
Bug #42513 mtr2: mysqltest doesn't count internal commands output as real output
MTR insited in exit; if run without result file
Simply remove the else part producing the error and let test finish
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/client/mysqltest.cc b/client/mysqltest.cc index 4205d5518dc..57dcb258221 100644 --- a/client/mysqltest.cc +++ b/client/mysqltest.cc @@ -8311,16 +8311,6 @@ int main(int argc, char **argv) check_result(); } } - else - { - /* - No result_file_name specified, the result - has been printed to stdout, exit with error - unless script has called "exit" to indicate success - */ - if (abort_flag == 0) - die("Exit with failure! Call 'exit' in script to return with sucess"); - } } else { |