diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e24946f421d5065596fe5dd10e83ec502a61d439..b8d930215a411b37de88986e5ed0e5181b3b7cfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,8 +94,7 @@ To run the tests: * `./sky/tools/run_tests --debug` runs the tests on the host machine using `out/Debug`. If you want to run the run a test directly: - * Linux: `./out/Debug/sky_shell --package-root=sky/unit/packages sky/unit/test/harness/trivial_test.dart` - * Mac: `./sky/tools/run_tests --debug test/harness/trivial_test.dart` + * `./sky/tools/run_tests --debug test/harness/trivial_test.dart` Note: The tests are headless, you won't see any UI. You can use `print` to generate console output or you can interact with the DartVM via observatory at [http://localhost:8181/](http://localhost:8181/).