summaryrefslogtreecommitdiff
path: root/repl-tests/run-all-tests
blob: bed0ce3f0f07f0ff746d1d51a4b2798d0db14afe (plain)
1
2
3
4
5
6
7
8
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