[Groonga-commit] pgroonga/pgroonga at 128accb [master] appveyor: fix syntax

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 21 23:40:46 JST 2016


Kouhei Sutou	2016-09-21 23:40:46 +0900 (Wed, 21 Sep 2016)

  New Revision: 128accb944f7aadbad27de7c3b74e3aa8d271dc2
  https://github.com/pgroonga/pgroonga/commit/128accb944f7aadbad27de7c3b74e3aa8d271dc2

  Message:
    appveyor: fix syntax

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -1)
===================================================================
--- appveyor.yml    2016-09-21 23:34:47 +0900 (064972d)
+++ appveyor.yml    2016-09-21 23:40:46 +0900 (5e8f574)
@@ -34,4 +34,4 @@ test_script:
       --load-extension=pgroonga
       --temp-instance=..\pgsql\test
       array/varchar/single/match/seqscan ||
-    (SET RETURN_CODE=%ERRORLEVEL%; type regression.diffs; EXIT %RETURN_CODE%)
+    (type regression.diffs & exit /b %ERRORLEVEL%)
-------------- next part --------------
HTML����������������������������...
下载 



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