Update `--dest-dir` to `-d`

pull/18354/head
Lidi Zheng 6 years ago
parent 64b29fba5d
commit f42ad52c44
  1. 2
      test/distrib/python/test_packages.sh

@ -41,7 +41,7 @@ PYTHON=$VIRTUAL_ENV/bin/python
function validate_wheel_hashes() {
for file in "$@"; do
"$PYTHON" -m wheel unpack "$file" --dest-dir /tmp || return 1
"$PYTHON" -m wheel unpack "$file" -d /tmp || return 1
done
return 0
}

Loading…
Cancel
Save