fix support manual runs
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 7 Apr 2008 10:18:59 +0000 (10:18 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Mon, 7 Apr 2008 10:18:59 +0000 (10:18 +0000)
scripts/all-builds.sh

index c42050d..c0721db 100755 (executable)
@@ -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