X Tutup
Skip to content

Commit d0739bb

Browse files
committed
updated tests/test_validate_avro.sh
1 parent 9b85b0e commit d0739bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_validate_avro.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ grep -v -e 'broken' -e 'error' -e ' '
5252
)
5353
echo
5454

55+
echo
56+
echo "checking directory recursion with --exclude"
57+
./validate_avro.py -vvv --exclude '/tests/spark-\d+\.\d+\.\d+-bin-hadoop\d+\.\d+/' .
58+
echo
59+
5560
echo
5661
echo "checking directory recursion (mixed with explicit file given)"
5762
./validate_avro.py -vvv "$data_dir/test.avro" .

0 commit comments

Comments
 (0)
X Tutup