From d8673ed72a53ea58f7afa62b9e94e8807a9424ea Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 12 Jan 2018 07:36:17 -0800 Subject: [PATCH] Preserve `test/results/data/` in Shippable jobs. --- test/utils/shippable/shippable.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index 8a8de55965..8c7a61093d 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -95,6 +95,7 @@ function cleanup rmdir shippable/testresults/ cp -a test/results/junit/ shippable/testresults/ + cp -a test/results/data/ shippable/testresults/ cp -aT test/results/bot/ shippable/testresults/ }