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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ct/go/util/gs.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 .PHONY: run_command 2 .PHONY: run_command
3 run_command: 3 run_command:
4 go install -v ./go/master_scripts/run_command/ 4 go install -v ./go/master_scripts/run_command/
5 5
6 # This is the quick version triggered by the presubmit script.
6 .PHONY: testgo 7 .PHONY: testgo
7 testgo: 8 testgo:
8 » go test ./... -v 9 » go test ./go/... -v -test.short
10
11 .PHONY: test
12 test:
13 » go test ./go/...
9 14
10 .PHONY: all 15 .PHONY: all
11 all: run_command 16 all: run_command
OLDNEW
« 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