1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Create bot friendly sanity output. (#22381)

This commit is contained in:
Matt Clay 2017-03-07 14:59:50 -08:00 committed by GitHub
parent 3c69cf6d7d
commit 8f463fcdd2
4 changed files with 53 additions and 9 deletions

View file

@ -35,6 +35,7 @@ function cleanup
rmdir shippable/testresults/
cp -a test/results/junit/ shippable/testresults/
cp -aT test/results/bot/ shippable/testresults/
}
trap cleanup EXIT