diff --git a/test/pkg/containerd/run.sh b/test/pkg/containerd/run.sh index 777c831df..23dc8d2b8 100755 --- a/test/pkg/containerd/run.sh +++ b/test/pkg/containerd/run.sh @@ -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