From 20d9c34862bcaa9486e1036a588691fb1eebf5d7 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 28 Aug 2019 09:58:00 -0700 Subject: [PATCH] Fix CI test result placement. --- test/utils/shippable/shippable.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index a5bee2761ec..a5924ebc7b8 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -120,8 +120,8 @@ function cleanup fi fi - if [ -d test/results/junit/ ]; then - cp -a test/results/junit/ shippable/testresults/ + if [ -d test/results/junit/ ]; then + cp -aT test/results/junit/ shippable/testresults/ fi if [ -d test/results/data/ ]; then