From eea18e398c6826f4692727ef73272589150ecf6c Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 17 May 2019 21:18:29 +0200 Subject: [PATCH] Move runtests to eng and fix invocation (dotnet/corefx#37754) Commit migrated from https://github.com/dotnet/corefx/commit/26195605c37bbb2d269e64b0ee3bbfb8c47ddde5 --- {src/libraries => eng}/run-test.sh | 110 +++++-------------------------------- 1 file changed, 14 insertions(+), 96 deletions(-) rename {src/libraries => eng}/run-test.sh (71%) mode change 100755 => 100644 diff --git a/src/libraries/run-test.sh b/eng/run-test.sh old mode 100755 new mode 100644 similarity index 71% rename from src/libraries/run-test.sh rename to eng/run-test.sh index c549870..b8f694b --- a/src/libraries/run-test.sh +++ b/eng/run-test.sh @@ -15,21 +15,21 @@ wait_on_pids() usage() { - echo "Runs .NET CoreFX tests on FreeBSD, Linux, NetBSD or OSX" + echo "Runs .NET CoreFX tests on FreeBSD, NetBSD or Linux" echo "usage: run-test [options]" echo echo "Input sources:" echo " --runtime Location of root of the binaries directory" - echo " containing the FreeBSD, Linux, NetBSD or OSX runtime" + echo " containing the FreeBSD, NetBSD or Linux runtime" echo " default: /bin/testhost/netcoreapp---" echo " --corefx-tests Location of the root binaries location containing" echo " the tests to run" - echo " default: /bin" + echo " default: /artifacts/bin" echo echo "Flavor/OS/Architecture options:" echo " --configurationGroup ConfigurationGroup to run (Debug/Release)" echo " default: Debug" - echo " --os OS to run (FreeBSD, Linux, NetBSD or OSX)" + echo " --os OS to run (FreeBSD, NetBSD or Linux)" echo " default: detect current OS" echo " --arch Architecture to run (x64, arm, armel, x86, arm64)" echo " default: detect current architecture" @@ -47,14 +47,6 @@ usage() echo " listed one line, relative to the directory specified by --corefx-tests" echo " --timeout