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

@ -121,7 +121,7 @@ function cleanup
fi fi
if [ -d test/results/junit/ ]; then if [ -d test/results/junit/ ]; then
cp -a test/results/junit/ shippable/testresults/ cp -aT test/results/junit/ shippable/testresults/
fi fi
if [ -d test/results/data/ ]; then if [ -d test/results/data/ ]; then