Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-13 19:07:47 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-13 19:07:47 +0300
commit00f7811683705b8133f3533a9b1ec09fc92ab432 (patch)
treee7c5134a2733946a8c56441b4de2361c9ebbe543 /scripts
parentc5b00568ba4d436d55d74caae58247cfdd43a4f7 (diff)
[ci] Get rid of remaining usages of WORKSPACE env var
Most of it was already removed in ea519ada8c38cae67f56e27ca70d32923ce9f23a
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/run-test-acceptance-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-test-acceptance-tests.sh b/scripts/ci/run-test-acceptance-tests.sh
index 91e16caf6b8..5b35712b610 100755
--- a/scripts/ci/run-test-acceptance-tests.sh
+++ b/scripts/ci/run-test-acceptance-tests.sh
@@ -10,7 +10,7 @@ if [ "$total_tests" -lt "1600" ]
exit 1
fi
-${TESTCMD} --label=check-roslyn --timeout=30m make -C acceptance-tests check-roslyn PREFIX=${WORKSPACE}/tmp/mono-acceptance-tests
+${TESTCMD} --label=check-roslyn --timeout=30m make -C acceptance-tests check-roslyn PREFIX=${MONO_REPO_ROOT}/tmp/mono-acceptance-tests
rm -rf ${MONO_REPO_ROOT}/tmp/mono-acceptance-tests # cleanup the Mono installation used for Roslyn tests
${TESTCMD} --label=coreclr-compile-tests --timeout=80m --fatal make -C acceptance-tests coreclr-compile-tests