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