mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-25 10:59:43 -05:00
5 lines
140 B
Bash
5 lines
140 B
Bash
#!/bin/bash
|
|
#
|
|
# Run the acceptance tests.
|
|
|
|
exec go test -p=1 -tags 'acceptance fixtures' github.com/rackspace/gophercloud/acceptance/... $@
|