Dothem update
Junio C Hamano committed
Mar 6, 2009 at 00:24 UTC
2f8e43af4f5fcaaae026cd0ebb2ee46e0926193d
1 file changed
+9
-2
Dothem
+9
-2
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