From adde36de567b71504700a289ddab6ec33a8fbf98ae49cadb1d1a498d21b35b61 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Dec 2021 13:17:49 +0000 Subject: [PATCH] Accepting request 935151 from home:Guillaume_G:branches:devel:tools:building - Do not hide test failures in %check OBS-URL: https://build.opensuse.org/request/show/935151 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=114 --- ccache.changes | 5 +++++ ccache.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ccache.changes b/ccache.changes index 9d7d048..effcb8a 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 2 10:44:50 UTC 2021 - Guillaume GARDET + +- Do not hide test failures in %check + ------------------------------------------------------------------- Thu Oct 14 11:16:28 UTC 2021 - Martin Pluskal diff --git a/ccache.spec b/ccache.spec index 186b42d..84f89e0 100644 --- a/ccache.spec +++ b/ccache.spec @@ -66,10 +66,7 @@ ln -sf ../../bin/%{name} c++ ln -sf ../../bin/%{name} nvcc %check -# Following failure needs to be adressed: -# The following tests FAILED: -# 29 - test.upgrade (Failed) -%ctest ||: +%ctest %files %license LICENSE.* GPL-3.0.txt