~bzg/org-mode-tests

40fb67380c3a80b4910bfd689f70c7563445d1fd — Bastien Guerry a month ago fedb281
mk/run-tests.sh: Ensure to find the hut executable
1 files changed, 2 insertions(+), 0 deletions(-)

M mk/run-tests.sh
M mk/run-tests.sh => mk/run-tests.sh +2 -0
@@ 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)