From 43af5e0119df19c3c72ffc3c403b02f54aa50dc4 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 8 Feb 2018 08:31:09 -0800 Subject: Make paths used by ARM corefx test script absolute --- netci.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netci.groovy') diff --git a/netci.groovy b/netci.groovy index a94dacd34a..7b98b0c6b5 100755 --- a/netci.groovy +++ b/netci.groovy @@ -2943,8 +2943,8 @@ Constants.allScenarios.each { scenario -> batchFile("powershell -NoProfile -Command \"Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.ZipFile]::ExtractToDirectory('_\\fx\\fxtests.zip', '_\\fx\\bin\\tests')") // Add the script to run the corefx tests - def corefx_runtime_path = "_\\fx\\bin\\testhost\\netcoreapp-Windows_NT-Release-arm" - def corefx_tests_dir = "_\\fx\\bin\\tests" + def corefx_runtime_path = "%WORKSPACE%\\_\\fx\\bin\\testhost\\netcoreapp-Windows_NT-Release-arm" + def corefx_tests_dir = "%WORKSPACE%\\_\\fx\\bin\\tests" def corefx_exclusion_file = "%WORKSPACE%\\tests\\arm\\corefx_test_exclusions.txt" batchFile("call %WORKSPACE%\\tests\\scripts\\run-corefx-tests.bat ${corefx_runtime_path} ${corefx_tests_dir} ${corefx_exclusion_file}") -- cgit v1.2.3