Skip to content

Commit 2bfbb8e

Browse files
committed
Merge pull request #610 from lampepfl/DarkDimius-patch-1
Show be more verbose when running partest on Jenkins
2 parents 996ad36 + 574be04 commit 2bfbb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/validate/partest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ baseDir=${WORKSPACE-`pwd`}
44
scriptsDir="$baseDir/scripts"
55
. $scriptsDir/common
66

7-
sbt $sbtArgs update compile "partest-only run"
7+
sbt $sbtArgs update compile "partest-only run --show-diff --verbose"
88

0 commit comments

Comments
 (0)