From 5fdd0431b7914b5c848cdb6e40e39fc9282de4fe Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 8 Sep 2021 15:12:04 -0400 Subject: Cirrus: Run unit-tests rootless Previously (for various reasons) the unittests were limited by the Makefile to root-only. However, experimentation via PR #11490 shows they will actually execute and pass when run as a regular user. Enable this for only the latest Fedora VMs, so as to only add one new task to the (already large) set. Signed-off-by: Chris Evich --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75b8a19db..cf796ed3c 100644 --- a/Makefile +++ b/Makefile @@ -492,7 +492,6 @@ run-docker-py-tests: .PHONY: localunit localunit: test/goecho/goecho - hack/check_root.sh make localunit rm -rf ${COVERAGE_PATH} && mkdir -p ${COVERAGE_PATH} $(GOBIN)/ginkgo \ -r \ -- cgit v1.2.3-54-g00ecf