[前][次][番号順一覧][スレッド一覧]

ruby-changes:55673

From: Takashi <ko1@a...>
Date: Wed, 8 May 2019 15:00:34 +0900 (JST)
Subject: [ruby-changes:55673] Takashi Kokubun: 229e5053a1 (trunk): Drop -fs from rubyspec to see test results easily

https://git.ruby-lang.org/ruby.git/commit/?id=229e5053a1

From 229e5053a1ea9633489e296faafc34c9c51e7391 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Wed, 8 May 2019 14:59:18 +0900
Subject: Drop -fs from rubyspec to see test results easily

Recently `ruby/spec on Ruby 2.4` seems stable.

diff --git a/.travis.yml b/.travis.yml
index 7f05896..42e98b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -310,8 +310,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L310
     before_install:
     install:
     before_script: chmod -R u+w spec/ruby
-    # -j randomly hangs. Using -fs to make sure we can know problematic spec on failure.
-    script: ruby -C spec/ruby ../mspec/bin/mspec -fs .
+    # -j randomly hangs.
+    script: ruby -C spec/ruby ../mspec/bin/mspec .
 
   - &x86_64-darwin17
     name: x86_64-darwin17
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]