From f8c21024317d39f4b362f231a40a36e68fe3aab3 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Tue, 1 Oct 2019 13:50:55 +0200 Subject: [PATCH] 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 --- scripts/run-tests.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index d431344..d4a5647 100755 --- a/scripts/run-tests.sh +++ b/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