From 40fb67380c3a80b4910bfd689f70c7563445d1fd Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 28 Oct 2023 00:21:59 +0200 Subject: [PATCH] mk/run-tests.sh: Ensure to find the hut executable --- mk/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/run-tests.sh b/mk/run-tests.sh index b96b03f..1f8978d 100755 --- a/mk/run-tests.sh +++ b/mk/run-tests.sh @@ -6,6 +6,8 @@ # BUILDS_PATH: Path of the .builds/*yml manifest files # BUILDS_MAINTAINERS_PATH: Path of the .builds_maintainers/*yml manifest files +hut=`which hut` + echo "Checking whether the repo changed since last tests..." cd $ORG_REPO_PATH previous_head=$(git describe) -- 2.45.2