Skip to content

Commit

Permalink
updated excluded.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 1, 2022
1 parent 7ed457b commit a9996f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/excluded.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ${perl:-perl} -e 'use Net::ZooKeeper' &>/dev/null && zookeeper_built="true" || z

isExcluded(){
local prog="$1"
# false positive
# shellcheck disable=SC2049
[[ "$prog" =~ ^\* ]] && return 0
[[ "$prog" =~ Makefile.PL ]] && return 0
[[ "$prog" =~ contrib/hdfs-du-viz.sh ]] && return 0
Expand Down

0 comments on commit a9996f0

Please sign in to comment.