Преглед изворни кода

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
 # run Spotbugs
 puts "running Spotbugs..."
 puts "running Spotbugs..."
-system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
+system './gradlew spotbugsGplayDebug'
 
 
 # find number of warnings
 # find number of warnings
 current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i
 current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i