From bf10af64013408e66f32b8919739e26534b4e17a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Dec 2013 14:17:31 -0800 Subject: [PATCH] test: Create the test folder --- test/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 000000000..39fef61d0 --- /dev/null +++ b/test/README.md @@ -0,0 +1,8 @@ +# Packer Black-Box Tests + +This folder contains tests that test Packer using a black-box approach: +`packer` is executed directly (with whatever is on the PATH) and certain +results are expected. + +Tests are run using [Bats](https://github.com/sstephenson/bats), and therefore +Bash is required to run any tests.