mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-05 14:55:14 -04:00
4 lines
47 B
Bash
Executable file
4 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export PACKER_ACC=1
|
|
go test -v "$@"
|