Fail 'make test' immediately

This commit is contained in:
Andreas Schneider 2020-01-23 12:04:39 +01:00
parent d0a152faeb
commit a709775d3d
1 changed files with 1 additions and 1 deletions

View File

@ -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