summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-08-03 13:35:53 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2020-08-03 13:35:53 +0200
commitb3e9798ff3fe4dcdda841dc72bd5d9a26db9eaa1 (patch)
treeaa9d3cced8902976d7b1e5312ae8f0c14244379a
parentccb9f673b48ffa17103e628f34804ee1f2748b37 (diff)
downloadmariadb-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.
-rw-r--r--mysql-test/main/named_pipe.test1
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;