[Groonga-mysql-commit] mroonga/mroonga at bd9dc92 [master] test: ignore duplicated test suites

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 24 19:05:37 JST 2013


Kouhei Sutou	2013-09-24 19:05:37 +0900 (Tue, 24 Sep 2013)

  New Revision: bd9dc92c503467489092401701719944c8966928
  https://github.com/mroonga/mroonga/commit/bd9dc92c503467489092401701719944c8966928

  Message:
    test: ignore duplicated test suites

  Modified files:
    test/run-sql-test.sh

  Modified: test/run-sql-test.sh (+3 -0)
===================================================================
--- test/run-sql-test.sh    2013-09-24 18:53:50 +0900 (84a4c04)
+++ test/run-sql-test.sh    2013-09-24 19:05:37 +0900 (5685983)
@@ -193,6 +193,9 @@ while [ $# -gt 0 ]; do
 	    esac
 	    shift
 	    test_suite_name=$(echo "$test_suite_name" | sed -e "s,^${suite_dir}/,,")
+	    if echo "${test_suite_names}" | grep --quiet "${test_suite_name}"; then
+		continue
+	    fi
 	    if [ -n "${test_suite_names}" ]; then
 		test_suite_names="${test_suite_names},"
 	    fi
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index