Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3845434e authored by Andy Scherzinger's avatar Andy Scherzinger
Browse files

re-add shortened console output

parent ac2c12bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ require 'open3'

# run Spotbugs
puts "running Spotbugs..."
system './gradlew spotbugsDebug'
system './gradlew spotbugsDebug 1>/dev/null 2>&1'

# find number of warnings
current_warning_count = `./scripts/analysis/spotbugsSummary.py --file library/build/reports/spotbugs/debug.xml --total`.to_i