mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
180f03eae6
Fix autotest of backups Fix autotest with mysql-test-run
6 lines
69 B
Bash
Executable file
6 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PATH=$PATH:$MYSQL_BASE_DIR/bin
|
|
export PATH
|
|
|
|
testBackup $*
|