Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: README.md

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | config.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 73478e15b3a6c1c4c8b787d435e1800dd82c1a8b..fb9fce2109638c4a55b1f2612f20e22075d4ba0f 100644
--- a/README.md
+++ b/README.md
@@ -514,13 +514,12 @@ $ dart bin/generate.dart run_config generate
* Run the tests.
```
-$ pub global activate test_runner
$ pushd generated/googleapis
$ pub get
-$ pub global run test_runner
+$ pub run test
$ cd ../googleapis_beta
$ pub get
-$ pub global run test_runner
+$ pub run test
$ popd
```
« no previous file with comments | « no previous file | config.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698