Skip to content
Snippets Groups Projects
Commit cf432b58 authored by david_williams's avatar david_williams
Browse files

fix for JUnit tests not running

parent 11f4fa37
No related branches found
No related tags found
No related merge requests found
...@@ -242,6 +242,8 @@ ...@@ -242,6 +242,8 @@
value="-DbuildType=${buildType}" /> value="-DbuildType=${buildType}" />
<jvmarg <jvmarg
value="-DbuildId=${buildId}" /> value="-DbuildId=${buildId}" />
<jvmarg
value="-Dprojectname=${projectname}" />
<jvmarg <jvmarg
value="-Djava.io.tmpdir=${env.RECOMMENDED_TMP_DIR}" /> value="-Djava.io.tmpdir=${env.RECOMMENDED_TMP_DIR}" />
<arg <arg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment