Skip to content

Commit

Permalink
misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Jul 19, 2024
1 parent f99c9bd commit dcfe39b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 1.4.0 (Next)
- Support multiple levels of verbose (argument bool to int).
- Update parallel execuion behavior (argument name change and int to bool).
- Update parallel execution behavior (argument name change and int to bool).

### 1.3.1
- Improve logging.
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unit:

accept: install
# start vbox machine for ssh communicator testing
@PACKER_ACC=1 go test -v ./provisioner/testinfra_acceptance_test.go -timeout=5m
@PACKER_ACC=1 go test -v ./provisioner/testinfra_acceptance_test.go -timeout=1m

install-packer-sdc:
@go install github.com/hashicorp/packer-plugin-sdk/cmd/packer-sdc@latest
Expand All @@ -27,8 +27,7 @@ install-packer-sdc:
# @/bin/sh -c "[ -d docs ] && zip -r docs.zip docs/"

plugin-check: install-packer-sdc build
export PATH="${PATH}:$(shell go env GOPATH)/bin"
@packer-sdc plugin-check packer-plugin-testinfra
@~/go/bin/packer-sdc plugin-check packer-plugin-testinfra

generate: install-packer-sdc
export PATH="${PATH}:$(shell go env GOPATH)/bin"
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/mschuchard/packer-plugin-testinfra

go 1.21.0

toolchain go1.21.8
go 1.21

replace github.com/zclconf/go-cty => github.com/nywilken/go-cty v1.13.3

Expand Down

0 comments on commit dcfe39b

Please sign in to comment.