From 5b39afb11a27f8ef874cf87de122e4d53273c294 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 24 Feb 2020 08:02:15 +0100 Subject: [PATCH] Register the tests in the default Git hooks --- src/deforaos-git-hook.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/deforaos-git-hook.sh b/src/deforaos-git-hook.sh index 755e914..f36a39e 100755 --- a/src/deforaos-git-hook.sh +++ b/src/deforaos-git-hook.sh @@ -30,7 +30,8 @@ GIT_GITWEB="https://git.defora.org/gitweb" HOOKS="irc jobs" IRC_CHANNEL="#DeforaOS" IRC_SERVER="irc.oftc.net" -JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror.sh" +JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror.sh +$PREFIX/libexec/deforaos-git-tests.sh" #executables GIT="/usr/bin/git" GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message.sh"