Skip to content

Commit b3e9798

Browse files
committed
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.
1 parent ccb9f67 commit b3e9798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/main/named_pipe.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ let $MYSQLD_DATADIR= `select @@datadir`;
3030
let SEARCH_FILE=$MYSQLD_DATADIR/second-mysqld.err;
3131
let SEARCH_PATTERN=\[ERROR\] Create named pipe failed;
3232
source include/search_pattern_in_file.inc;
33+
remove_file $SEARCH_FILE;

0 commit comments

Comments
 (0)