Skip to content

Commit 0fbbe5f

Browse files
committed
Merge remote-tracking branch 'origin/2.11.x' into 2.12.x
2 parents 642943d + deabe5d commit 0fbbe5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

advance

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
set -e
99
cd scripts
10-
sbt -Dsbt.supershell=false -error "runMain advance $*"
10+
sbt -Dsbt.supershell=false -error "runMain advance $*" < /dev/null

narrow

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
set -e
1111
cd scripts
12-
sbt -Dsbt.supershell=false -error "runMain narrow $*"
12+
sbt -Dsbt.supershell=false -error "runMain narrow $*" < /dev/null

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ rm_project_builds
199199

200200
# report summary information (line counts, green project counts, ...?)
201201
cd scripts
202-
sbt -Dsbt.supershell=false -Dlog4j.configurationFile=log4j.properties -error "runMain report ../dbuild-${DBUILDVERSION}/dbuild.out" | tee ../report.html
202+
sbt -Dsbt.supershell=false -Dlog4j.configurationFile=log4j.properties -error "runMain report ../dbuild-${DBUILDVERSION}/dbuild.out" < /dev/null | tee ../report.html
203203

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

0 commit comments

Comments
 (0)