mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export VSPHERE_DRIVER_ACC=1
|
|
go test -v "$@"
|