mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
6 lines
74 B
Bash
6 lines
74 B
Bash
#!/bin/bash
|
|
#
|
|
# Run the unit tests.
|
|
|
|
exec go test -tags fixtures ./... $@
|