diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-19 08:30:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-19 08:30:05 -0700 |
commit | a1299f506d9b93824fae737f0f68a19adaf2bde1 (patch) | |
tree | ff27a306055f4eb6a1b57455cd15d3c7fe6eccf9 /contrib/cirrus/rootless_test.sh | |
parent | ac523cbe2b257e13c7b3b823c8de83e44052ffaf (diff) | |
parent | 4ac08d3aa1882851d4a03aa1e53c47c6fb173958 (diff) | |
download | podman-a1299f506d9b93824fae737f0f68a19adaf2bde1.tar.gz podman-a1299f506d9b93824fae737f0f68a19adaf2bde1.tar.bz2 podman-a1299f506d9b93824fae737f0f68a19adaf2bde1.zip |
Merge pull request #2704 from giuseppe/fix-some-rootless
tests: fix rootless tests
Diffstat (limited to 'contrib/cirrus/rootless_test.sh')
-rwxr-xr-x | contrib/cirrus/rootless_test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/rootless_test.sh b/contrib/cirrus/rootless_test.sh index 811b7cf2e..d0e2ceb95 100755 --- a/contrib/cirrus/rootless_test.sh +++ b/contrib/cirrus/rootless_test.sh @@ -29,6 +29,9 @@ case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in fedora-29) ;& fedora-28) make + make varlink_generate + make test-binaries + make ginkgo ;; *) bad_os_id_ver ;; esac |