diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2020-08-03 13:35:53 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2020-08-03 13:35:53 +0200 |
commit | b3e9798ff3fe4dcdda841dc72bd5d9a26db9eaa1 (patch) | |
tree | aa9d3cced8902976d7b1e5312ae8f0c14244379a /mysql-test/main | |
parent | ccb9f673b48ffa17103e628f34804ee1f2748b37 (diff) | |
download | mariadb-git-b3e9798ff3fe4dcdda841dc72bd5d9a26db9eaa1.tar.gz |
Fix named_pipe test so it can be used with --repeat
Remove the error log of the mysqld instance that was attempted to start
in the test.
Diffstat (limited to 'mysql-test/main')
-rw-r--r-- | mysql-test/main/named_pipe.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/main/named_pipe.test b/mysql-test/main/named_pipe.test index 8503907b808..2fe6f1cc5c0 100644 --- a/mysql-test/main/named_pipe.test +++ b/mysql-test/main/named_pipe.test @@ -30,3 +30,4 @@ let $MYSQLD_DATADIR= `select @@datadir`; let SEARCH_FILE=$MYSQLD_DATADIR/second-mysqld.err; let SEARCH_PATTERN=\[ERROR\] Create named pipe failed; source include/search_pattern_in_file.inc; +remove_file $SEARCH_FILE; |