On Tue, 10 Nov 2020 22:49:53 -0000, GitLab Bridge on behalf of bcrocker wrote:
diff --git a/redhat/Makefile b/redhat/Makefile index 555dea25ea0f..e7ba07066177 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -393,7 +393,7 @@ dist-dump-variables: @$(REDHAT)/dist-dump-variables.sh
dist-self-test:
- @if dnf list installed bats >& /dev/null; then \
- @if test -x /usr/bin/bats >& /dev/null; then \ bats $(REDHAT)/self-test/*.bats ; \ else \ echo "dist-self-test: The bats package is not installed" ; \
Please merge this to the patch that is introducing this code instead of piling a fixup on top. Similarly for other patching in this set.
Nacked-by: Jiri Benc jbenc@redhat.com