Skip to content

Commit 6b92cff

Browse files
committed
Update unix-test-instructions.md
Updated run coreclr tests instructions for Linux. Included the new semicolon separated paths for the coreFxBinDir.
1 parent 74798b5 commit 6b92cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/building/unix-test-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Run tests:
3636
> --testNativeBinDir=~/coreclr/bin/obj/Linux.x64.Debug/tests
3737
> --coreClrBinDir=~/coreclr/bin/Product/Linux.x64.Debug
3838
> --mscorlibDir=/media/coreclr/bin/Product/Linux.x64.Debug
39-
> --coreFxBinDir=~/corefx/bin/Linux.AnyCPU.Debug
39+
> --coreFxBinDir=~/corefx/bin/Linux.AnyCPU.Release;~/corefx/bin/Unix.AnyCPU.Release;~/corefx/bin/AnyOS.AnyCPU.Release
4040
> --coreFxNativeBinDir=~/corefx/bin/Linux.x64.Debug
4141
> ```
4242

0 commit comments

Comments
 (0)