test-containerd: output the revision in the test tree

So it'll appear in the logs.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-08-08 11:19:07 +01:00
parent b194a96584
commit 3c269d4320

View File

@ -5,6 +5,10 @@ function failed {
exit 1
}
# Get these into the logs.
git describe HEAD
git rev-parse HEAD
# unset -race (does not work on alpine; see golang/go#14481)
export TESTFLAGS=
make root-test || failed