You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/11/24 00:47:52 UTC

[whimsy] branch master updated: Try to debug Travis OSX failure

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d5380a0  Try to debug Travis OSX failure
d5380a0 is described below

commit d5380a065f91606f7d53c5d6864b92218ce3842d
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 24 00:47:42 2020 +0000

    Try to debug Travis OSX failure
---
 lib/spec/lib/svn_wunderbar_spec.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/spec/lib/svn_wunderbar_spec.rb b/lib/spec/lib/svn_wunderbar_spec.rb
index b82ed3e..f44618a 100644
--- a/lib/spec/lib/svn_wunderbar_spec.rb
+++ b/lib/spec/lib/svn_wunderbar_spec.rb
@@ -201,6 +201,7 @@ describe "ASF::SVN.svnmucc_" do
     rc, out = _json do |_|
       ASF::SVN.svnmucc_([['xyz']],'test',ENV_.new,_,nil)
     end
+    puts out if rc.nil? # Try to debug Travis OSX failure
     expect(rc).to eq(1)
   end
   it "svnmucc_([['help']],'test',ENV_.new,_,nil) should produce help message with --message test" do