From 4fb2b0e6e73a5e0a986ccba9f1ae18f5a5104f9a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 13 Dec 2018 13:45:38 +0100 Subject: [PATCH] do not skip test_buffering Signed-off-by: Igor Gnatenko --- stratisd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratisd.spec b/stratisd.spec index ad1e5bb..6a6105d 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -86,7 +86,7 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init %if %{with check} %check -%cargo_test -- -- --skip real_ --skip loop_ --skip travis_ --skip test_buffering +%cargo_test -- -- --skip real_ --skip loop_ --skip travis_ %endif %post