Skip to content

Commit 85ca543

Browse files
committed
Fix error detection in running server from warning by maria db
1 parent c2ab350 commit 85ca543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function run_server {
5252
rm -rf core* || true
5353
CRASH_PLEASE=1 $1 --run-once $2 2>runlog.txt
5454
export errcode=$?
55-
export teststr=$(head -c 10000 runlog.txt)
55+
export teststr=$(head -c 10000 runlog.txt|grep -v "WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.")
5656
if [[ -n "${teststr}" ]]; then
5757
echo "Errors found in running server $1."
5858
head -c 10000 runlog.txt

0 commit comments

Comments
 (0)