Skip to content

Commit 9102e29

Browse files
committed
1 parent e250f28 commit 9102e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-rpm-macros.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ install -m 755 brp-* %{buildroot}%{_rpmconfigdir}/redhat/
130130

131131
%check
132132
# no macros in comments
133-
! grep -E '^#[^%%]*%%[^%%]' %{buildroot}%{rpmmacrodir}/macros.*
133+
grep -E '^#[^%%]*%%[^%%]' %{buildroot}%{rpmmacrodir}/macros.* && exit 1 || true
134134

135135

136136
%files

0 commit comments

Comments
 (0)