[Groonga-commit] pgroonga/pgroonga at d3bc609 [master] travis: use /tmp for table space

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 28 23:38:23 JST 2016


Kouhei Sutou	2016-10-28 23:38:23 +0900 (Fri, 28 Oct 2016)

  New Revision: d3bc609153d00ab1f06232a31ef38a8ee17bcea5
  https://github.com/pgroonga/pgroonga/commit/d3bc609153d00ab1f06232a31ef38a8ee17bcea5

  Message:
    travis: use /tmp for table space

  Modified files:
    .travis.yml
    Makefile

  Modified: .travis.yml (+1 -0)
===================================================================
--- .travis.yml    2016-10-28 18:15:32 +0900 (d04f430)
+++ .travis.yml    2016-10-28 23:38:23 +0900 (4dd3904)
@@ -31,6 +31,7 @@ script:
       rm -rf sql/function/flush/jsonb.sql
       rm -rf sql/reindex/analyze.sql
     fi
+  - ln -s /tmp ./
   - make installcheck
 after_failure:
   - cat regression.diffs

  Modified: Makefile (+1 -1)
===================================================================
--- Makefile    2016-10-28 18:15:32 +0900 (e430a82)
+++ Makefile    2016-10-28 23:38:23 +0900 (c11ec76)
@@ -56,7 +56,7 @@ installcheck: $(EXPECTED_DIRS)
 installcheck: $(EXPECTED_FILES)
 
 prepare-regress:
-	rm -rf tmp
+	rm -rf tmp/space
 	mkdir -p tmp/space
 	sed -e "s, �� TMP_DIR@,$(PWD)/tmp,g"	\
 	  sql/vacuum/tablespace.sql.in >	\
-------------- next part --------------
HTML����������������������������...
Download 



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