1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

client_test.test:

Use TESTS_BINDIR to point out bin dir for "client_test"
mysql-test-run.sh:
  Export TESTS_BINDIR to be used from --exec
This commit is contained in:
kent@mysql.com
2004-10-01 00:32:42 +02:00
parent 49b81a610e
commit 48006039c1
2 changed files with 4 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
-- disable_result_log
--exec ../tests/client_test --testcase --user=root --socket=var/tmp/master.sock --port=$MYSQL_TCP_PORT
--exec $TESTS_BINDIR/client_test --testcase --user=root --socket=var/tmp/master.sock --port=$MYSQL_TCP_PORT