From c6b205be77fb2a50772cd31267e09503ecd8b6bc Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 14 Mar 2019 12:03:42 -0500 Subject: Enable rootless integration tests Signed-off-by: baude --- contrib/cirrus/rootless_test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/cirrus/rootless_test.sh') 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 -- cgit v1.2.3-54-g00ecf