Skip to content

Commit d992bcb

Browse files
committed
updated help.sh
1 parent 28eed4d commit d992bcb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/help.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ for x in ${@:-$(echo ./*.py 2>/dev/null)}; do
3333
echo; hr
3434
if [ $status = 0 ]; then
3535
[[ "$x" =~ ambari_blueprints.py$ ]] && continue
36-
[[ "$x" =~ (hive|impala)_schemas_csv.py$ ]] && continue
37-
[[ "$x" =~ (hive|impala)_foreach_table.py$ ]] && continue
38-
[[ "$x" =~ (hive|impala)_tables_row_counts.py$ ]] && continue
3936
[[ "$x" =~ pythonpath.py$ ]] && continue
37+
[[ "$x" =~ aws_s3_presign.py$ ]] && continue
4038
elif [ $status = 1 ]; then
4139
if [[ "$x" =~ hdfs_find_replication_factor_1.py$ ]] &&
4240
! python -c 'import krbV'; then # best effort, not available on Mac any more

0 commit comments

Comments
 (0)