Browse Source

Merge pull request #235 from lluiscampos/remove-warnings-erros-pip-list

[test-utils.sh] Clean the pip list + grep command
2.3.x
Lluis Campos 4 years ago
committed by GitHub
parent
commit
a82b5896e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/test/test-utils.sh

2
scripts/test/test-utils.sh

@ -92,7 +92,7 @@ run_tests() {
converted_image_name="${converted_image_file%.img}"
if pip3 list | grep -q -e pytest-html; then
if pip3 list --format=columns | grep pytest-html; then
html_report_args="--html=${MENDER_CONVERT_DIR}/report_${device_type}.html --self-contained-html"
fi

Loading…
Cancel
Save