Skip to content
Snippets Groups Projects
Commit f91bda98 authored by Eric Caruso's avatar Eric Caruso Committed by Chromeos LUCI
Browse files

Fix symlinks and README.md

These were pointing to the old paths.

BUG=None
TEST=None

Change-Id: I5f104fb7ae3e04007dd241c8c9a2a60fc60b277e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/4574758


Commit-Queue: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: default avatarTerry Yan <yichiyan@google.com>
Reviewed-by: default avatarMadhav <madhavadas@google.com>
Tested-by: default avatarEric Caruso <ejcaruso@chromium.org>
parent 58807fad
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ This repository contains integration tests that are run by [Tast].
* [`local/`](helpers/local/) - Helpers for local tests that are compiled
and installed to `/usr/local/libexec/tast/helpers/local/cros` by the
`tast-local-helpers-cros` package.
* [`src/chromiumos/tast/`](src/chromiumos/tast/)
* [`src/go.chromium.org/tast-tests/cros/`](src/go.chromium.org/tast-tests/cros/)
* [`local/`](src/go.chromium.org/tast-tests/cros/local/) - Code related to local (i.e.
on-device or "client") tests.
* [`bundles/`](src/go.chromium.org/tast-tests/cros/local/bundles/) - Local test
......
src/chromiumos/tast/local/bundles/cros
\ No newline at end of file
src/go.chromium.org/tast-tests/cros/local/bundles/cros
\ No newline at end of file
./src/chromiumos/tast/remote/bundles/cros
\ No newline at end of file
src/go.chromium.org/tast-tests/cros/remote/bundles/cros
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment