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/06/28 21:39:53 UTC

[whimsy] branch master updated: Ensure verbose can be captured

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 9056774  Ensure verbose can be captured
9056774 is described below

commit 90567742189a38d830c1214e1bd96fdf90307807
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 28 22:39:44 2020 +0100

    Ensure verbose can be captured
---
 lib/whimsy/asf/svn.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 747f19b..94a9644 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -428,7 +428,8 @@ module ASF
         cmd.insert(1, auth, '--no-auth-cache')
       end
 
-      Wunderbar.warn cmd.inspect if options[:verbose] # includes auth
+      # This ensures the output is captured in the response
+      _.system ['echo', [cmd,sysopts].inspect] if options[:verbose] # includes auth
 
       if options[:dryrun] # excludes auth
         # TODO: improve this