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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|