Dothem update

Junio C Hamano committed Mar 6, 2009 at 00:24 UTC 2f8e43af4f5fcaaae026cd0ebb2ee46e0926193d
1 file changed +9 -2
Dothem
+9 -2
@@ -54,6 +54,13 @@ do
54 echo "** $branch" &&
55
56 (
57 + case "$branch, $branches " in
58 + jch,*' next '*)
59 + dotest= ;;
60 + *)
61 + dotest=test ;;
62 + esac
63 +
64 cd "$BUILDBASE/$branch"
65 git checkout "$branch" &&
66 git reset --hard || exit
@@ -72,14 +79,14 @@ do
79 y)
80 case "$branch" in
81 master | maint | next | jch)
75 - Meta/Make $M -- $J SHELL_PATH=/bin/dash test
82 + Meta/Make $M -- $J SHELL_PATH=/bin/dash $dotest
83 ;;
84 esac
85 ;;
86 esac &&
87
88 Meta/Make $M -- $J all &&
82 - Meta/Make $M -- $J test &&
89 + Meta/Make $M -- $J $dotest &&
90 case "$branch" in
91 master | maint | next )
92 Meta/Make $M -- doc