Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit b98ba93fcf766613801cbe2806c154b6f6220569
Author: Whirlwind <[email protected]>
Date:   Thu Aug 26 17:20:13 2021 +0800

    [Optimize] Output test logs
  • Loading branch information
liyao.ryan committed Aug 26, 2021
1 parent ced662c commit 6814071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Native/Tests/mbox-workspace-tests.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
require 'mbox-dev/mbox-tests'

class MBoxWorkspaceTests < MBoxTests
def output_verbose_log
Dir[@tests_dir + "/.mbox/logs/*/CLI/*.verbose.log"].each do |path|
puts File.read(path)
end
end

def should_setup_workspace
true
end
Expand Down

0 comments on commit 6814071

Please sign in to comment.