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

Unified Diff: go/src/infra/gae/apps/helloworld/helloworld.infra_testing

Issue 1042633002: Add support for -tags to enable appengine testing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 9 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
Index: go/src/infra/gae/apps/helloworld/helloworld.infra_testing
diff --git a/go/src/infra/gae/apps/helloworld/helloworld.infra_testing b/go/src/infra/gae/apps/helloworld/helloworld.infra_testing
index 2741adabaf06321aa3a3c1db1b07509143b7b806..e1caa17f23d7f4557e52a9d1aa0df504dce677be 100644
--- a/go/src/infra/gae/apps/helloworld/helloworld.infra_testing
+++ b/go/src/infra/gae/apps/helloworld/helloworld.infra_testing
@@ -1,3 +1,4 @@
{
- "expected_coverage_min": 0.0
+ "expected_coverage_min": 0.0,
+ "build_tags": ["appengine"]
}
« no previous file with comments | « go/src/infra/gae/apps/helloworld/app_test.go ('k') | go/test.py » ('j') | go/test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698