mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 17:51:16 -04:00
4 lines
55 B
Bash
Executable file
4 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export VSPHERE_DRIVER_ACC=1
|
|
go test -v "$@"
|