aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2015-05-27 11:11:11 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-27 18:18:49 +0200
commit574be04ee3bb8a0c29691b5075ab606193376008 (patch)
tree05f04c7e61a90a6bd756a9143875ac992a80cc97 /scripts
parent6ec4b0a7753ffadaf85e4ffee0ad8bd1749cde01 (diff)
downloaddotty-574be04ee3bb8a0c29691b5075ab606193376008.tar.gz
dotty-574be04ee3bb8a0c29691b5075ab606193376008.tar.bz2
dotty-574be04ee3bb8a0c29691b5075ab606193376008.zip
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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jobs/validate/partest2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/jobs/validate/partest b/scripts/jobs/validate/partest
index 7bca965b0..ee45a3919 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"