Skip to content

Commit 8a84337

Browse files
committed
updated test_validate_parquet.sh
1 parent 494164e commit 8a84337

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_validate_parquet.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ echo
9292
check_broken(){
9393
local filename="$1"
9494
local expected_exitcode="${2:-2}"
95-
local options="${@:3}"
95+
local options="${*:3}"
9696
set +e
97+
# shellcheck disable=SC2086
9798
./validate_parquet.py -t 5 $options "$filename"
9899
exitcode=$?
99100
set -e

0 commit comments

Comments
 (0)