diff --git a/scripts/jobs/validate/partest b/scripts/jobs/validate/partest index 7bca965b0467..ee45a39199e4 100755 --- a/scripts/jobs/validate/partest +++ b/scripts/jobs/validate/partest @@ -4,5 +4,5 @@ baseDir=${WORKSPACE-`pwd`} scriptsDir="$baseDir/scripts" . $scriptsDir/common -sbt $sbtArgs update compile "partest-only run" +sbt $sbtArgs update compile "partest-only run --show-diff --verbose"