mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 20:11:15 -05:00
7 lines
76 B
Bash
Executable file
7 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
export PACKER_ACC=1
|
|
|
|
go test -v ./driver ./iso ./clone
|