Browse Source

Remove unnecessary check for mender-artifact

The tests do not use the tool. Also, github_PR_status is undefined.

Changelog: None

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2.0.x
Lluis Campos 5 years ago
parent
commit
f8c2102431
  1. 6
      scripts/run-tests.sh

6
scripts/run-tests.sh

@ -103,12 +103,6 @@ else
cd -
fi
if ! [ -x "$(command -v mender-artifact)" ]; then
echo "mender-artifact: not found in PATH."
github_PR_status "failure" "mender-artifact: not found in PATH."
exit 1
fi
mkdir -p ${WORKSPACE}
get_pytest_files

Loading…
Cancel
Save