瀏覽代碼

raise log output

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 年之前
父節點
當前提交
8d065a1a8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/analysis/spotbugs-up.rb

+ 1 - 1
scripts/analysis/spotbugs-up.rb

@@ -15,7 +15,7 @@ require 'open3'
 
 # run Spotbugs
 puts "running Spotbugs..."
-system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
+system './gradlew spotbugsGplayDebug'
 
 # find number of warnings
 current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i