aboutsummaryrefslogtreecommitdiff
path: root/scripts/jobs/validate/partest
blob: ee45a39199e4b0870c0d82e6ec06106c1b866401 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash -e

baseDir=${WORKSPACE-`pwd`}
scriptsDir="$baseDir/scripts"
. $scriptsDir/common

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