Fix typo in rpmbuild.xcheck.log dumping
This commit is contained in:
parent
e4aaff0fdb
commit
3ebbe38af2
@ -2257,7 +2257,7 @@ run_tests () {
|
|||||||
TIMEOUT_FACTOR=1 %make_build xcheck > rpmbuild.xcheck.log 2>&1 || true
|
TIMEOUT_FACTOR=1 %make_build xcheck > rpmbuild.xcheck.log 2>&1 || true
|
||||||
if ! grep -Eq '^\s+=== Summary of results for extra tests ===$' rpmbuild.xcheck.log ; then
|
if ! grep -Eq '^\s+=== Summary of results for extra tests ===$' rpmbuild.xcheck.log ; then
|
||||||
echo "FAIL: xcheck test suite build of target: $(basename "$(pwd)")" >& 2
|
echo "FAIL: xcheck test suite build of target: $(basename "$(pwd)")" >& 2
|
||||||
cat rpmbuild.xcheck
|
cat rpmbuild.xcheck.log
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user