From 2f8e43af4f5fcaaae026cd0ebb2ee46e0926193d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 6 Mar 2009 00:24:33 -0800 Subject: [PATCH] Dothem update --- Dothem | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Dothem b/Dothem index dfcf8bcf0a..6598517b2a 100755 --- a/Dothem +++ b/Dothem @@ -54,6 +54,13 @@ do echo "** $branch" && ( + case "$branch, $branches " in + jch,*' next '*) + dotest= ;; + *) + dotest=test ;; + esac + cd "$BUILDBASE/$branch" git checkout "$branch" && git reset --hard || exit @@ -72,14 +79,14 @@ do y) case "$branch" in master | maint | next | jch) - Meta/Make $M -- $J SHELL_PATH=/bin/dash test + Meta/Make $M -- $J SHELL_PATH=/bin/dash $dotest ;; esac ;; esac && Meta/Make $M -- $J all && - Meta/Make $M -- $J test && + Meta/Make $M -- $J $dotest && case "$branch" in master | maint | next ) Meta/Make $M -- doc