From bfc61f51061b6e27e4ef80b38d934735e2be6fac Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Jun 05 2017 13:25:39 +0000 Subject: Enable make check for atomic-registries makes me more comfortable with the various toolchains. --- diff --git a/atomic.spec b/atomic.spec index 3be9e34..7fa0844 100644 --- a/atomic.spec +++ b/atomic.spec @@ -186,6 +186,10 @@ popd %check [ ! -w /run/docker.sock ] || make PYTHON=%{__python} test +cd .. +pushd registries-%{commit_atomic_registries} +make check + #define license tag if not already defined %{!?_licensedir:%global license %doc}