From: Eric Bollengier Date: Tue, 7 Dec 2010 16:12:07 +0000 (+0100) Subject: regress: tweak the message in the update_win32() X-Git-Tag: Release-7.0.0~1277 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e029b707a406b10ced931e11ef024650fc9c378d;p=bacula%2Fbacula regress: tweak the message in the update_win32() --- diff --git a/regress/scripts/functions b/regress/scripts/functions index b01633d531..c6a310f011 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -405,8 +405,8 @@ update_win32() -a -d $cwd/build/src/win32/release64 ] \ || [ -d $cwd/release32 -a -f $cwd/release64 ] then - echo "Try to upgrade the FileDaemon" - wget -qO - "$WIN32_ADDR:8091/install" | grep OK >/dev/null + echo -ne "Try to upgrade the FileDaemon:\t" + wget -qO - "$WIN32_ADDR:8091/install" fi }