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

Unified Diff: ct/Makefile

Issue 779633003: CT Google Storage utils to download/upload artifacts for workers (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Check for test.short Created 6 years 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 | ct/go/util/gs.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/Makefile
diff --git a/ct/Makefile b/ct/Makefile
index a4c88c028ea64470dafc1535e42194a42c138d87..806bfd2012c9dd2a091122aa81fb31e6bf293f76 100644
--- a/ct/Makefile
+++ b/ct/Makefile
@@ -3,9 +3,14 @@
run_command:
go install -v ./go/master_scripts/run_command/
+# This is the quick version triggered by the presubmit script.
.PHONY: testgo
testgo:
- go test ./... -v
+ go test ./go/... -v -test.short
+
+.PHONY: test
+test:
+ go test ./go/...
.PHONY: all
all: run_command
« no previous file with comments | « no previous file | ct/go/util/gs.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698