Skip to content

Commit

Permalink
Remove --plugin-dir option from mysql_client_test test case.
Browse files Browse the repository at this point in the history
This gives the wrong path when testing installed server, and we
set the correct path in my.cnf anyway.
  • Loading branch information
knielsen committed Jan 26, 2012
1 parent 7ffa6f4 commit 6f142ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/t/mysql_client_test.test
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SET @old_slow_query_log= @@global.slow_query_log;
# var/log/mysql_client_test.trace

--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M --plugin-dir=$MYSQLTEST_VARDIR/plugins >> $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1

# End of 4.1 tests
echo ok;
Expand Down

0 comments on commit 6f142ee

Please sign in to comment.