From c558023f7aa77d13767dd4f11a37229a0014b04f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 13 Apr 2020 13:16:22 -0400 Subject: [PATCH] added output dir --- test/integration/targets/fetch/runme.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/targets/fetch/runme.sh b/test/integration/targets/fetch/runme.sh index 734b881093e..4a78b2cd7f5 100755 --- a/test/integration/targets/fetch/runme.sh +++ b/test/integration/targets/fetch/runme.sh @@ -2,6 +2,8 @@ set -eux +OUTPUT_DIR=${OUTPUT_DIR:-$(mktemp -d)} + # setup required roles ln -s ../../prepare_tests roles/prepare_tests