[Groonga-commit] groonga/groonga at 9c56443 [master] travis: fix mount path

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 12 08:41:46 JST 2016


Kouhei Sutou	2016-05-12 08:41:46 +0900 (Thu, 12 May 2016)

  New Revision: 9c5644353cdebd7a5d6907b1f71be3882d8bc69d
  https://github.com/groonga/groonga/commit/9c5644353cdebd7a5d6907b1f71be3882d8bc69d

  Message:
    travis: fix mount path

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+2 -4)
===================================================================
--- tools/travis-script.sh    2016-05-11 18:12:45 +0900 (27f7fff)
+++ tools/travis-script.sh    2016-05-12 08:41:46 +0900 (ff373dd)
@@ -19,10 +19,8 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
   n_sectors=$[${memory_fs_size} / ${byte_per_sector}]
   memory_fs_device_path=$(hdid -nomount ram://${n_sectors})
   newfs_hfs ${memory_fs_device_path}
-  mkdir -p test/command/tmp
-  mount -t hfs ${memory_fs_device_path} test/command/tmp
-  df -h
-  top -l 1
+  mkdir -p tmp
+  mount -t hfs ${memory_fs_device_path} tmp
 fi
 
 case "${BUILD_TOOL}" in
-------------- next part --------------
HTML����������������������������...
下载 



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