]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: tweak the message in the update_win32()
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 7 Dec 2010 16:12:07 +0000 (17:12 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:44 +0000 (14:39 +0200)
regress/scripts/functions

index b01633d531f2abff3ecdf9696f626fda92691ac4..c6a310f011b329a73f784128896c6d424d9e64dd 100644 (file)
@@ -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
 }