Fix CI test result placement.
This commit is contained in:
parent
1db78d4ba4
commit
20d9c34862
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ function cleanup
|
||||||
fi
|
fi
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue