Updated test doc. (#75736)
authorNathan Ricci <naricc@microsoft.com>
Fri, 16 Sep 2022 17:46:16 +0000 (13:46 -0400)
committerGitHub <noreply@github.com>
Fri, 16 Sep 2022 17:46:16 +0000 (12:46 -0500)
docs/workflow/testing/mono/testing.md

index ebad27a..0937132 100644 (file)
@@ -55,12 +55,10 @@ The last few lines of the build log should contain something like this:
 --------------------------------------------------
  Example run.sh command
 
- src/tests/run.sh --coreOverlayDir=<repo_root>artifacts/tests/coreclr/Browser.wasm.Release/Tests/Core_Root --testNativeBinDir=<repo_root>/artifacts/obj/coreclr/Browser.wasm.Release/tests --testRootDir=<repo_root>/artifacts/tests/coreclr/Browser.wasm.Release --copyNativeTestBin Release
+ src/tests/run.sh wasm <Debug|Release>
 --------------------------------------------------
 ```
 
-To run all tests, execute that command, adding `wasm` to the end.
-
 ### Android:
 Build the runtime tests for Android x64/ARM64
 ```