diff options
author | Chris Evich <cevich@redhat.com> | 2021-09-08 15:12:04 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-09-09 14:07:19 -0400 |
commit | 5fdd0431b7914b5c848cdb6e40e39fc9282de4fe (patch) | |
tree | ba457fc84ab4c872e6e5cc121760f4a2fe69880f /Makefile | |
parent | 784e1ae137587ba7130eff315ebd6965e444da03 (diff) | |
download | podman-5fdd0431b7914b5c848cdb6e40e39fc9282de4fe.tar.gz podman-5fdd0431b7914b5c848cdb6e40e39fc9282de4fe.tar.bz2 podman-5fdd0431b7914b5c848cdb6e40e39fc9282de4fe.zip |
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 <cevich@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 \ |