Skip to content

Commit b5318aa

Browse files
committed
suppress annoying message on sbt shutdown
1 parent 2bb0d67 commit b5318aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

report/log4j.properties

Whitespace-only changes.

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ rm -rf target-*/project-builds
185185

186186
# report summary information (line counts, green project counts, ...?)
187187
cd report
188-
sbt -Dsbt.supershell=false -error "run ../dbuild-${DBUILDVERSION}/dbuild.out"
188+
sbt -Dsbt.supershell=false -Dlog4j.configurationFile=log4j.properties -error "run ../dbuild-${DBUILDVERSION}/dbuild.out"
189189

190190
# we've captured $STATUS above, but in this version of the script, it isn't used,
191191
# instead the reporting stuff is in charge of calling sys.exit if it decides to

0 commit comments

Comments
 (0)