Tetsuro IKEDA
null+****@clear*****
Thu Oct 4 10:20:52 JST 2012
Tetsuro IKEDA 2010-08-13 18:48:40 +0900 (Fri, 13 Aug 2010) New Revision: bc83ff4610bf682cf4ad00a6ef93321477d5910c https://github.com/mroonga/mroonga/commit/bc83ff4610bf682cf4ad00a6ef93321477d5910c Merged 2d4e23b: Merge branch 'master' of github.com:mroonga/mroonga Log: fixed sql test script. Modified files: test/run-sql-test.sh Modified: test/run-sql-test.sh (+2 -2) =================================================================== --- test/run-sql-test.sh 2010-08-13 18:47:35 +0900 (fcc3b08) +++ test/run-sql-test.sh 2010-08-13 18:48:40 +0900 (1c3fd6b) @@ -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 -------------- next part -------------- HTML����������������������������...Download