[Groonga-commit] groonga/groonga [master] test function: use mark reporter for CI such as Travis

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 16:18:58 JST 2012


Kouhei Sutou	2012-08-12 16:18:58 +0900 (Sun, 12 Aug 2012)

  New Revision: 89b65041e4f6a7cf3a58c3a19656ddbe5fd4ec8e
  https://github.com/groonga/groonga/commit/89b65041e4f6a7cf3a58c3a19656ddbe5fd4ec8e

  Log:
    test function: use mark reporter for CI such as Travis

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

  Modified: test/function/run-test.sh (+3 -0)
===================================================================
--- test/function/run-test.sh    2012-08-12 14:23:49 +0900 (d8a0e85)
+++ test/function/run-test.sh    2012-08-12 16:18:58 +0900 (a734607)
@@ -105,6 +105,9 @@ grntest_options=("$@")
 if test "$use_gdb" != "true"; then
     grntest_options=("--n-workers" "${n_processors}" "${grntest_options[@]}")
 fi
+if test "$CI" = "true"; then
+    grntest_options=("--reporter" "mark" "${grntest_options[@]}")
+fi
 if test "$have_targets" != "true"; then
     grntest_options=("${grntest_options[@]}" "${BASE_DIR}/suite")
 fi
-------------- next part --------------
HTML����������������������������...
下載 



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