~percona-dev/percona-server/release-5.1.51-11-12013

« back to all changes in this revision

Viewing changes to install_tests.sh

  • Committer: Oleg Tsarev
  • Date: 2010-10-26 21:42:45 UTC
  • Revision ID: oleg.tsarev@percona.com-20101026214245-coaveu5v0oghcn26
complete issue 12013

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
for test_name in `(cd mysql-test; find . -type d | grep "./" | sed -e "s/.\///g")`; do
13
13
    install_path mysql-test/$test_name $test_name
14
14
done
 
15
echo "Done";
 
 
b'\\ No newline at end of file'