mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-30 14:10:57 +00:00
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:
parent
b194a96584
commit
3c269d4320
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user