From f7792884d5a651c76b2908e871f0e720118db751 Mon Sep 17 00:00:00 2001 From: thierry Date: Mon, 7 Apr 2008 10:18:59 +0000 Subject: [PATCH] fix support manual runs --- scripts/all-builds.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.0