mariadb/repl-tests/run-all-tests
unknown 368808cea9 fixed up mysql-test, added README for replication tests, and added
run-all-tests for replication


client/mysql-test.c:
  ***MISSING WEAVE***
2000-09-18 11:40:36 -06:00

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