diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-09-18 11:40:36 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-09-18 11:40:36 -0600 |
commit | 368808cea9bc18d1fb7d44d802e8cae3aff90e13 (patch) | |
tree | 54f7787ab20d5bd64b5cc0382321f252f86f0099 /repl-tests/run-all-tests | |
parent | 685982484f834ced81cb52e4a5727f83a29d3653 (diff) | |
download | mariadb-git-368808cea9bc18d1fb7d44d802e8cae3aff90e13.tar.gz |
fixed up mysql-test, added README for replication tests, and added
run-all-tests for replication
client/mysql-test.c:
***MISSING WEAVE***
Diffstat (limited to 'repl-tests/run-all-tests')
-rwxr-xr-x | repl-tests/run-all-tests | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/repl-tests/run-all-tests b/repl-tests/run-all-tests new file mode 100755 index 00000000000..bed0ce3f0f0 --- /dev/null +++ b/repl-tests/run-all-tests @@ -0,0 +1,9 @@ +#! /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
\ No newline at end of file |