We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eed4d commit d992bcbCopy full SHA for d992bcb
tests/help.sh
@@ -33,10 +33,8 @@ for x in ${@:-$(echo ./*.py 2>/dev/null)}; do
33
echo; hr
34
if [ $status = 0 ]; then
35
[[ "$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
39
[[ "$x" =~ pythonpath.py$ ]] && continue
+ [[ "$x" =~ aws_s3_presign.py$ ]] && continue
40
elif [ $status = 1 ]; then
41
if [[ "$x" =~ hdfs_find_replication_factor_1.py$ ]] &&
42
! python -c 'import krbV'; then # best effort, not available on Mac any more
0 commit comments