mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
180f03eae6
Fix autotest of backups Fix autotest with mysql-test-run
5 lines
128 B
Bash
Executable file
5 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e -x
|
|
cd $MYSQL_BASE_DIR/mysql-test
|
|
./mysql-test-run --with-ndbcluster --ndbconnectstring=$NDB_CONNECTSTRING $*
|