Skip to content

Commit

Permalink
fix_test
Browse files Browse the repository at this point in the history
  • Loading branch information
stormcat24 committed Jun 19, 2016
1 parent 5b284af commit 7eb3c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $(TEST_TARGETS): test-%:
GO15VENDOREXPERIMENT=1 go test -v -covermode=atomic -coverprofile=coverage.out $(GOTEST_FLAGS) $(BASE_PACKAGE)/$(*)
GO15VENDOREXPERIMENT=1 go test -v -run=nonthing -benchmem -bench=".*" $(GOTEST_FLAGS) $(BASE_PACKAGE)/$(*)

ci-test: $(CI_TEST_TARGETS)
ci-test: $(TEST_TARGETS)

$(CI_TEST_TARGETS): ci-test-%:
@echo "**********************************************************"
Expand Down
2 changes: 1 addition & 1 deletion task/task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ nginx:
essential: true
`, f.Name())

taskdef, err := CreateTaskDefinition("test-web", yaml, filepath.Dir(f.Name()))
taskdef, err := CreateTaskDefinition("test-web", yaml, filepath.Dir(f.Name()), nil)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 7eb3c56

Please sign in to comment.