From d628de31d71b1849fdb102f8689faa80fe286b83 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 21 Jul 2020 13:30:07 +0200 Subject: unit tests: root check The unit tests currently require running as root. This has caused some confusion that justifies adding a root check to `make localunit` and error out for non-root users instead of starting the tests deemed to fail. Signed-off-by: Valentin Rothberg --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 71b4772c4..132dde939 100644 --- a/Makefile +++ b/Makefile @@ -307,6 +307,7 @@ testunit: libpodimage ## Run unittest on the built image .PHONY: localunit localunit: test/goecho/goecho varlink_generate + hack/check_root.sh make localunit ginkgo \ -r \ $(TESTFLAGS) \ -- cgit v1.2.3-54-g00ecf