mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -05:00
5 lines
86 B
Bash
5 lines
86 B
Bash
#!/bin/bash
|
|
#
|
|
# Run all the tests.
|
|
|
|
exec go test -tags 'acceptance fixtures' ./... $@
|