summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-12 06:40:36 -0400
committerGitHub <noreply@github.com>2021-09-12 06:40:36 -0400
commit0f3d3bd21da0b67542c44c832f0e1642c5f639cf (patch)
tree03a78cace31ada4c328e9328ce8cf4df28417fe1 /Makefile
parentf785d8d1940a6cf3ac76f4c333d157bd9d4c76b7 (diff)
parent5fdd0431b7914b5c848cdb6e40e39fc9282de4fe (diff)
downloadpodman-0f3d3bd21da0b67542c44c832f0e1642c5f639cf.tar.gz
podman-0f3d3bd21da0b67542c44c832f0e1642c5f639cf.tar.bz2
podman-0f3d3bd21da0b67542c44c832f0e1642c5f639cf.zip
Merge pull request #11505 from cevich/enable_rootless_unit
Cirrus: Run unit-tests rootless
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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 \