From b2b44f46df20a9389684bf23224c4beb4cef69d8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 1 Aug 2018 09:29:32 -0500 Subject: [PATCH] fix %%check --- kf5-kconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 07f5f77..ee1e366 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -164,7 +164,7 @@ xvfb-run -a \ %if 0%{?ninja} ninja test -v -C %{_target_platform} ||: %else -make test ARGS="--output-on-failure --timeout 300" +make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||: %endif %endif