[milter-manager-commit] milter-manager/milter-manager at bf71252 [master] travis: Run test using run-test.sh instead of `make check`

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Jun 21 16:06:36 JST 2017


Kenji Okimoto	2017-06-21 16:06:36 +0900 (Wed, 21 Jun 2017)

  New Revision: bf71252d3cb29a13ffefa3bf273fddad170bce70
  https://github.com/milter-manager/milter-manager/commit/bf71252d3cb29a13ffefa3bf273fddad170bce70

  Merged 163db21: Merge pull request #121 from milter-manager/docker-for-ci

  Message:
    travis: Run test using run-test.sh instead of `make check`
    
    Because `make check` run test recursively, we don't want to run
    test/too/run-test.sh for now.

  Modified files:
    .travis.yml

  Modified: .travis.yml (+7 -7)
===================================================================
--- .travis.yml    2017-06-21 15:46:10 +0900 (fa3f851)
+++ .travis.yml    2017-06-21 16:06:36 +0900 (c91b3a4)
@@ -38,15 +38,15 @@ before_script:
 
 script:
   #- docker-compose exec ${TARGET_DISTRIBUTION} env TZ=Asia/Tokyo make check
-  - docker-compose exec ${TARGET_DISTRIBUTION} make -C ./binding/ruby/test check
-  - docker-compose exec ${TARGET_DISTRIBUTION} make -C ./test check
-  #- docker-compose exec ${TARGET_DISTRIBUTION} make -C ./test/tool check
+  - docker-compose exec ${TARGET_DISTRIBUTION} ./binding/ruby/test/run-test.sh
+  - docker-compose exec ${TARGET_DISTRIBUTION} ./test/run-test.sh
+  #- docker-compose exec ${TARGET_DISTRIBUTION}./test/tool/run-test.sh
 
 after_success:
   - docker-compose exec ${TARGET_DISTRIBUTION} lcov --compat-libtool --directory . --capture --output-file coverage.info
   - docker-compose exec ${TARGET_DISTRIBUTION} coveralls-lcov -v coverage.info
 
-after_failure:
-  - docker-compose exec ${TARGET_DISTRIBUTION} cat test/test-suite.log
-  - docker-compose exec ${TARGET_DISTRIBUTION} cat binding/ruby/test/test-suite.log
-  #- docker-compose exec ${TARGET_DISTRIBUTION} cat test/tool/test-suite.log
+# after_failure:
+#   - docker-compose exec ${TARGET_DISTRIBUTION} cat test/test-suite.log
+#   - docker-compose exec ${TARGET_DISTRIBUTION} cat binding/ruby/test/test-suite.log
+#   - docker-compose exec ${TARGET_DISTRIBUTION} cat test/tool/test-suite.log
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



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