Fix CI test result placement.

This commit is contained in:
Matt Clay 2019-08-28 09:58:00 -07:00
parent 1db78d4ba4
commit 20d9c34862

View file

@ -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