Navigation Menu

Skip to content

Commit

Permalink
fixed sql test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Aug 13, 2010
1 parent 7b64c3b commit bc83ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run-sql-test.sh
@@ -1,10 +1,10 @@
#!/bin/sh

if test -n "$MYSQL_HOME"; then
SQL_TESTS="$MYSQL_HOME/mysql-test/suite/mroonga"
SQL_TESTS="$MYSQL_HOME/mysql-test/suite/groonga"
if test -d "$SQL_TESTS"; then
cd $MYSQL_HOME/mysql-test
./mysql-test-run.pl --suite=mroonga --force
./mysql-test-run.pl --suite=groonga --force
else
echo "$SQL_TESTS does not exists. Aborting SQL test."
fi
Expand Down

0 comments on commit bc83ff4

Please sign in to comment.