From 68140718ac8651feaf5e133d392476875c036e4e Mon Sep 17 00:00:00 2001 From: "liyao.ryan" Date: Thu, 26 Aug 2021 17:23:48 +0800 Subject: [PATCH] Squashed commit of the following: commit b98ba93fcf766613801cbe2806c154b6f6220569 Author: Whirlwind Date: Thu Aug 26 17:20:13 2021 +0800 [Optimize] Output test logs --- Native/Tests/mbox-workspace-tests.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Native/Tests/mbox-workspace-tests.rb b/Native/Tests/mbox-workspace-tests.rb index ae6c8d6..90411f0 100644 --- a/Native/Tests/mbox-workspace-tests.rb +++ b/Native/Tests/mbox-workspace-tests.rb @@ -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