[Groonga-mysql-commit] mroonga/mroonga at 6eb985b [master] Remove a needless leading "/" from test suite name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 23 11:20:23 JST 2013


Kouhei Sutou	2013-04-23 11:20:23 +0900 (Tue, 23 Apr 2013)

  New Revision: 6eb985b6a52357038f2c483d79d51f626283f59a
  https://github.com/mroonga/mroonga/commit/6eb985b6a52357038f2c483d79d51f626283f59a

  Message:
    Remove a needless leading "/" from test suite name

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

  Modified: test/run-sql-test.sh (+1 -1)
===================================================================
--- test/run-sql-test.sh    2013-04-22 18:06:52 +0900 (951f884)
+++ test/run-sql-test.sh    2013-04-23 11:20:23 +0900 (5c37aff)
@@ -185,7 +185,7 @@ while [ $# -gt 0 ]; do
 		    ;;
 	    esac
 	    shift
-	    test_suite_name=$(echo "$test_suite_name" | sed -e "s,^${suite_dir},,")
+	    test_suite_name=$(echo "$test_suite_name" | sed -e "s,^${suite_dir}/,,")
 	    if [ -n "${test_suite_names}" ]; then
 		test_suite_names="${test_suite_names},"
 	    fi
-------------- next part --------------
HTML����������������������������...
다운로드 



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