diff options
Diffstat (limited to 'repl-tests/run-all-tests')
-rwxr-xr-x | repl-tests/run-all-tests | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/repl-tests/run-all-tests b/repl-tests/run-all-tests deleted file mode 100755 index d9f08d8a8fb..00000000000 --- a/repl-tests/run-all-tests +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -for d in test-*; do -cd $d -echo -n $d | sed -e s/test-// -echo -n "...." -../../client/mysqltest $@ < run.test -cd .. -done
\ No newline at end of file |