From 596d42e2b443b0dfc842dee4c45c8d94a05edf3a Mon Sep 17 00:00:00 2001 From: William Godbe Date: Thu, 11 Aug 2016 11:59:35 -0700 Subject: [PATCH] Fix linux test running documentation We should specify that corefx will be from a Debug build, not a Release build. --- Documentation/building/unix-test-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/building/unix-test-instructions.md b/Documentation/building/unix-test-instructions.md index 59ec334..49bc59b 100644 --- a/Documentation/building/unix-test-instructions.md +++ b/Documentation/building/unix-test-instructions.md @@ -36,7 +36,7 @@ Run tests: > --testNativeBinDir=~/coreclr/bin/obj/Linux.x64.Debug/tests > --coreClrBinDir=~/coreclr/bin/Product/Linux.x64.Debug > --mscorlibDir=/media/coreclr/bin/Product/Linux.x64.Debug -> --coreFxBinDir="~/corefx/bin/Linux.AnyCPU.Release;~/corefx/bin/Unix.AnyCPU.Release;~/corefx/bin/AnyOS.AnyCPU.Release" +> --coreFxBinDir="~/corefx/bin/Linux.AnyCPU.Debug;~/corefx/bin/Unix.AnyCPU.Debug;~/corefx/bin/AnyOS.AnyCPU.Debug" > --coreFxNativeBinDir=~/corefx/bin/Linux.x64.Debug > ``` -- 2.7.4