mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-25 10:59:43 -05:00
7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eux
|
|
|
|
export PACKER_ACC=1
|
|
|
|
go test -v -count 1 -timeout 20m ./driver ./iso ./clone
|