mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 06:51:39 -04:00
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/bash
|
|
#
|
|
# Run all the tests.
|
|
|
|
exec go test -tags 'acceptance fixtures' ./... $@
|