Navigation Menu

Skip to content

Commit

Permalink
travis: remove garbage "mroonga/"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 23, 2012
1 parent c049289 commit 539dfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -33,7 +33,7 @@ prepare_mysql_test_dir()

collect_test_suite_names()
{
cd /usr/mysql-test/suite/mroonga/
cd /usr/mysql-test/suite/
test_suite_names=""
for test_suite_name in $(find mroonga -type d '!' -name '[tr]'); do
if [ -n "${test_suite_names}" ]; then
Expand Down

0 comments on commit 539dfba

Please sign in to comment.