commit | 219ceaf068132ae6162c68b4321741c4bdecf692 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Jan 10 15:44:29 2020 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Fri Jan 10 15:44:29 2020 +0000 |
tree | 2827563b6d15c7768d428312cf5a7b14e85aca43 | |
parent | 9daa57ec9a3c558c9ee40d62f91aae61474b05f5 [diff] [blame] |
Update references to build.sh and test.sh. Change-Id: Ia33b2df25a9db32371c3d574b37c09b662defe94
diff --git a/docs/Testing.md b/docs/Testing.md index d79aafc..ae6e85a 100644 --- a/docs/Testing.md +++ b/docs/Testing.md
@@ -42,13 +42,13 @@ and lint errors. This can be run locally with: ```shell -./kokoro/ubuntu/build.sh +./kokoro/build.sh ``` Or to just run the tests after having built everything manually run: ```shell -./kokoro/ubuntu/test.sh +./kokoro/test.sh ``` ## QEMU tests