Skip to content

Commit 9536aac

Browse files
author
Martin Jackson
committed
Add gzip to test command too
1 parent 3b3229a commit 9536aac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ TESTCOMMAND := "set -e; echo '* Helm: '; helm version; \
2323
echo '* rhvp.cluster_utils: '; ansible-galaxy collection list | grep rhvp.cluster_utils ; \
2424
echo '* diff: '; diff --version ; \
2525
echo '* find: '; find --version ; \
26+
echo '* gzip: '; gzip --version ; \
2627
echo '* tea: '; tea --version" ;
2728

2829
##@ Help-related tasks

0 commit comments

Comments
 (0)