Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2016-11-01 00:04:19 +0000
committerStephan Herrmann2016-11-22 18:17:52 +0000
commit72db0a78b93fb40a68b70d52d884a6d96fb7dcf2 (patch)
tree591b1fc36e436dadb82b88a2fec67b85fd464358 /releng/build-scripts
parent8a72ddaf8442c45598e72f18c8df2d17690c8dcb (diff)
downloadorg.eclipse.objectteams-72db0a78b93fb40a68b70d52d884a6d96fb7dcf2.tar.gz
org.eclipse.objectteams-72db0a78b93fb40a68b70d52d884a6d96fb7dcf2.tar.xz
org.eclipse.objectteams-72db0a78b93fb40a68b70d52d884a6d96fb7dcf2.zip
Releng: HIPP script syntax fix
Diffstat (limited to 'releng/build-scripts')
-rwxr-xr-xreleng/build-scripts/build/otdt_runtests-hipp.sh2
-rwxr-xr-xreleng/build-scripts/build/otdt_runtests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/releng/build-scripts/build/otdt_runtests-hipp.sh b/releng/build-scripts/build/otdt_runtests-hipp.sh
index e94c8e355..1b505ad2f 100755
--- a/releng/build-scripts/build/otdt_runtests-hipp.sh
+++ b/releng/build-scripts/build/otdt_runtests-hipp.sh
@@ -150,7 +150,7 @@ ANT_OPTIONS="${ANT_PROFILE} \
-Ddo.run.tests=${DO_RUN} \
-Ddo.build.all=${DO_BUILD} \
-Dtest.tmpDir=${TEST_TMPDIR} \
- -DfetchCacheLocation=${FETCH_CACHE_LOCATION}
+ -DfetchCacheLocation=${FETCH_CACHE_LOCATION} \
-Dmap.file.path=${MAP_FILE_PATH}"
ANT_OPTS="-Xmx1024m"
diff --git a/releng/build-scripts/build/otdt_runtests.sh b/releng/build-scripts/build/otdt_runtests.sh
index f1471f85b..18d666b33 100755
--- a/releng/build-scripts/build/otdt_runtests.sh
+++ b/releng/build-scripts/build/otdt_runtests.sh
@@ -156,7 +156,7 @@ ANT_OPTIONS="${ANT_PROFILE} \
-Ddo.run.tests=${DO_RUN} \
-Ddo.build.all=${DO_BUILD} \
-Dtest.tmpDir=${TEST_TMPDIR} \
- -DfetchCacheLocation=${FETCH_CACHE_LOCATION}
+ -DfetchCacheLocation=${FETCH_CACHE_LOCATION} \
-Dmap.file.path=${MAP_FILE_PATH}"
ANT_OPTS="-Xmx1024m"

Back to the top