[Groonga-mysql-commit] mroonga/mroonga at dddfcb5 [master] test: support --record

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 4 00:10:09 JST 2018


Kouhei Sutou	2018-04-04 00:10:09 +0900 (Wed, 04 Apr 2018)

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

  Message:
    test: support --record

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

  Modified: test/run-sql-test.sh (+6 -1)
===================================================================
--- test/run-sql-test.sh    2018-04-04 00:09:03 +0900 (d3aaf6ae)
+++ test/run-sql-test.sh    2018-04-04 00:10:09 +0900 (f966a3b7)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # Copyright(C) 2010  Tetsuro IKEDA
-# Copyright(C) 2010-2017  Kouhei Sutou <kou �� clear-code.com>
+# Copyright(C) 2010-2018  Kouhei Sutou <kou �� clear-code.com>
 # Copyright(C) 2011  Kazuhiko
 #
 # This library is free software; you can redistribute it and/or
@@ -181,6 +181,11 @@ while [ $# -gt 0 ]; do
       n_processors=1
       mysql_test_run_options="${mysql_test_run_options} ${arg}"
       ;;
+    --record)
+      mysql_test_run_options="${mysql_test_run_options} ${arg}"
+      mysql_test_run_options="${mysql_test_run_options} $1"
+      shift
+      ;;
     --*)
       mysql_test_run_options="${mysql_test_run_options} ${arg}"
       ;;
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180404/1f0cdf75/attachment.htm 



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