mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-15 23:22:08 -04:00
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/bash
|
|
#
|
|
# Test script to be invoked by Travis.
|
|
|
|
exec script/unittest -v
|