ignore testsuite results so package will build but will keep logs for debugging

This commit is contained in:
Troy Dawson 2020-12-03 06:34:45 -08:00
parent 8179ff0a19
commit 01810f5b4d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
%{!?runselftest:%global runselftest 1}
# Set this to 1 to see which tests fail, but 0 on production ready build
%global ignore_testsuite_result 0
%global ignore_testsuite_result 1
# The last version on which the full testsuite has been run
# In case of further rebuilds of that version, don't require full testsuite to be run