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