mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
368808cea9
run-all-tests for replication client/mysql-test.c: ***MISSING WEAVE***
9 lines
No EOL
131 B
Bash
Executable file
9 lines
No EOL
131 B
Bash
Executable file
#! /bin/sh
|
|
|
|
for d in test-*; do
|
|
cd $d
|
|
echo -n $d | sed -e s/test-//
|
|
echo -n "...."
|
|
../../client/mysql-test $@ < run.test
|
|
cd ..
|
|
done |