mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/bin/bash
|
|
#
|
|
# Run the acceptance tests.
|
|
|
|
exec go test -p=1 -tags 'acceptance fixtures' github.com/rackspace/gophercloud/acceptance/... $@
|