Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2018-03-28 21:51:13 +0000
committerStephan Herrmann2018-03-28 21:51:13 +0000
commitf395e31ac969c27f9e714e461cf4d6089bc4f0ef (patch)
treeba27e5b5ebc6d03c2f25b345f991cecbf9946e4d /releng/build-scripts/build/otdt_runtests-hipp.sh
parent042d075deca8ea39f3eed191bc425203637f09bf (diff)
downloadorg.eclipse.objectteams-f395e31ac969c27f9e714e461cf4d6089bc4f0ef.tar.gz
org.eclipse.objectteams-f395e31ac969c27f9e714e461cf4d6089bc4f0ef.tar.xz
org.eclipse.objectteams-f395e31ac969c27f9e714e461cf4d6089bc4f0ef.zip
Releng: try to avoid test failures in jdt.debug due to JAVA_TOOL_OPTIONS
Diffstat (limited to 'releng/build-scripts/build/otdt_runtests-hipp.sh')
-rwxr-xr-xreleng/build-scripts/build/otdt_runtests-hipp.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/releng/build-scripts/build/otdt_runtests-hipp.sh b/releng/build-scripts/build/otdt_runtests-hipp.sh
index 8cf4760eb..216e19b82 100755
--- a/releng/build-scripts/build/otdt_runtests-hipp.sh
+++ b/releng/build-scripts/build/otdt_runtests-hipp.sh
@@ -136,6 +136,8 @@ ANT_OPTIONS="${ANT_PROFILE} \
ANT_OPTS="-Xmx1024m"
export ANT_OPTS
+unset JAVA_TOOL_OPTIONS
+
CMD="nice -n ${NICE} ant -f ${BUILDFILE} ${ANT_OPTIONS} ${MAIN_TARGET}"
echo "Running $CMD"

Back to the top