From: thierry Date: Mon, 7 Apr 2008 10:18:59 +0000 (+0000) Subject: fix support manual runs X-Git-Tag: foo~350 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f7792884d5a651c76b2908e871f0e720118db751;p=infrastructure.git fix support manual runs --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index c42050d..c0721db 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -46,7 +46,8 @@ for d in onelab ; do -b @DATE@--${d}.4.2--c5vs-${bits} \ -B vserver" if [ -n "$manual" ] ; then - echo "manual: skipped" + echo "$command" + echo "manual/dry_run: skipped" else $command fi