summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@microsoft.com>2015-10-13 12:58:48 -0700
committerKoundinya Veluri <kouvel@microsoft.com>2015-10-13 13:57:52 -0700
commit80479e2aefa72ea6b5e39d6e910fb6d0465e4978 (patch)
tree27110d5fdd046ea139fff48cfd365b619b630286 /tests
parent1a729f8c93d03e305a1d830c9e65ca05185adcd1 (diff)
downloadcoreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.tar.gz
coreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.tar.bz2
coreclr-80479e2aefa72ea6b5e39d6e910fb6d0465e4978.zip
Add some instructions (tests, new APIs)
- Instructions for running CoreCLR and PAL tests outside Windows - Brief instructions for running CoreFX tests with a private build of CoreCLR outside Windows - Adding new public APIs to mscorlib
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 4f5970bfd5..feedc24e1a 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -7,7 +7,7 @@ function print_usage {
echo 'Typical command line:'
echo ''
echo 'coreclr/tests/runtest.sh'
- echo ' --testRootDir="temp/Windows.x64.Debug"'
+ echo ' --testRootDir="temp/Windows_NT.x64.Debug"'
echo ' --testNativeBinDir="coreclr/bin/obj/Linux.x64.Debug/tests"'
echo ' --coreClrBinDir="coreclr/bin/Product/Linux.x64.Debug"'
echo ' --mscorlibDir="windows/coreclr/bin/Product/Linux.x64.Debug"'