Reenable make check

This reverts commit 1e24a3ac9d.
This commit is contained in:
Iker Pedrosa 2022-04-12 10:32:26 +02:00
parent 1e24a3ac9d
commit 5591d45546
1 changed files with 4 additions and 4 deletions

View File

@ -535,10 +535,10 @@ autoreconf -ivf
%py3_shebang_fix src/tools/analyzer/sss_analyze
sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate
#%check
#export CK_TIMEOUT_MULTIPLIER=10
#%make_build check VERBOSE=yes
#unset CK_TIMEOUT_MULTIPLIER
%check
export CK_TIMEOUT_MULTIPLIER=10
%make_build check VERBOSE=yes
unset CK_TIMEOUT_MULTIPLIER
%install