mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
6 lines
78 B
Bash
6 lines
78 B
Bash
#!/bin/bash
|
|
#
|
|
# Test script to be invoked by Travis.
|
|
|
|
exec script/unittest -v
|