From 26bf77962b7c8fe5dfc3863019be674e7b0ea59f Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 8 Jun 2022 18:30:29 +0800 Subject: [PATCH] fish.spec: use fish_run_tests as test target Old version of CMake seem to have trouble connecting the standard test target with the need to build the fish_tests binary; use the target that has been added specifically for this purpose instead. --- fish.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish.spec.in b/fish.spec.in index 5942ca2a2..45816a3a4 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -88,7 +88,7 @@ cp -a CONTRIBUTING.rst %{buildroot}%{_datadir}/doc/fish/ %if 0%{?__builddir:1} cd %__builddir %endif -make test SHOW_INTERACTIVE_LOG=1 +make fish_run_tests SHOW_INTERACTIVE_LOG=1 %clean rm -rf $RPM_BUILD_ROOT