commit | 85c8e4d83a9be3748d3508e0b655096720b624e8 | [log] [tgz] |
---|---|---|
author | Seewai Fu <[email protected]> | Wed May 31 23:46:38 2023 |
committer | Chromeos LUCI <[email protected]> | Thu Jun 01 00:04:26 2023 |
tree | 5092722f46575b1ba3b70e6f4e91e81382553ade | |
parent | 91c0601a0bbb5688d2885f130bc8a5eda0c247b4 [diff] [blame] |
tast: Update documents for Tast directory changes BUG=b:187792551 TEST=None Change-Id: I948f50abfc5d21ed0b7598c08ee5c0e3388068ac Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast/+/4576800 Tested-by: Seewai Fu <[email protected]> Reviewed-by: Terry Yan <[email protected]> Commit-Queue: Seewai Fu <[email protected]>
diff --git a/docs/quickstart.md b/docs/quickstart.md index 788c95d..f45fad7 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md
@@ -127,7 +127,7 @@ ## Modify a test Now, let's modify the test. In your ChromeOS checkout, go to -`src/platform/tast-tests/src/chromiumos/tast/local/bundles/cros/login` and open +`src/platform/tast-tests/src/go.chromium.org/tast-tests/cros/local/bundles/cros/login` and open `chrome.go` (for convenience, there's also a `local_tests` symlink at the top of `tast-tests`). The `Chrome` function here will run directly on the test device.