Skip to content

Commit 574be04

Browse files
committed
Show be more verbose when running partest on Jenkins
Enables printing of diffs after test failure and a more summary in the end of test suite. Diffs do not work yet #609
1 parent 6ec4b0a commit 574be04

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)