From a709775d3d447235d513552a23c93fec5601ac38 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 23 Jan 2020 12:04:39 +0100 Subject: [PATCH] Fail 'make test' immediately --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 45f229d..835b6c2 100644 --- a/samba.spec +++ b/samba.spec @@ -1074,7 +1074,7 @@ popd %if %{with testsuite} %check -TDB_NO_FSYNC=1 make %{?_smp_mflags} test +TDB_NO_FSYNC=1 make %{?_smp_mflags} test FAIL_IMMEDIATELY=1 #endif with testsuite %endif