From 8d266198c5ef3fd82511a6c6882d94bf5d7e50e4 Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Mon, 20 Jul 2015 16:10:35 +0200 Subject: Enable -Ycheck:all in Jenkins. Done by setting an environment variable and checking it in runtime. This enables Ycheck:all for all kinds of tests, including partest. --- scripts/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/common b/scripts/common index 4924538f0..a51a60a01 100755 --- a/scripts/common +++ b/scripts/common @@ -14,4 +14,4 @@ update() { export LC_ALL=en_US.UTF-8 -sbtArgs="-Ddotty.travis.build=yes -Dfile.encoding=UTF-8 -ivy $baseDir/ivy2 -Dsbt.global.base=$HOME/.sbt/0.13 -sbt-dir $HOME/.sbt/0.13" +sbtArgs="-Ddotty.jenkins.build=yes -Dfile.encoding=UTF-8 -ivy $baseDir/ivy2 -Dsbt.global.base=$HOME/.sbt/0.13 -sbt-dir $HOME/.sbt/0.13" -- cgit v1.2.3