Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/updateTestResultsPages.sh')
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index 161a30c05..1b913fff1 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -92,7 +92,7 @@ basebuilderDir=$fromDir/org.eclipse.releng.basebuilder
if [[ ! -d basebuilderDir ]]
then
- ant -f /shared/eclipse/sdk/promotion/testScripts/getBaseBuilder.xml -DWORKSPACE=$fromDir
+ ant -f ${fromDir}/production/testScripts/getBaseBuilder.xml -DWORKSPACE=$fromDir
fi
# remember, the Eclipse install must match the VM used (e.g. both 64 bit, both 32 bit, etc).
@@ -106,7 +106,7 @@ then
exit 1
fi
-BUILDFILE=/shared/eclipse/sdk/promotion/testScripts/genTestIndexes.xml
+BUILDFILE=${fromDir}/production/testScripts/genTestIndexes.xml
BUILDFILESTR="-f ${BUILDFILE}"
echo

Back to the top