mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
8 lines
76 B
Bash
Executable File
8 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
export PACKER_ACC=1
|
|
|
|
go test -v ./driver ./iso ./clone
|