mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +00:00
4 lines
149 B
Bash
Executable File
4 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
|
|
TF_ACC=1 env $(cat testacc.env | xargs) go test -v -timeout 120s -run "$1" github.com/bpg/terraform-provider-proxmox/fwprovider/tests $2
|