mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-26 00:31:18 -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 "$@"
|