]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/functions
update configure
[bacula/bacula] / regress / scripts / functions
index b01633d531f2abff3ecdf9696f626fda92691ac4..7395361cd503be1368fffabb39aedf8b0f8b7a6f 100644 (file)
@@ -126,7 +126,7 @@ check_files_written()
     FILES=`awk '/FD Files Written:/ { last=$4 } END { print last }' $LOG`
 
     if [ "$NB" != "$FILES" ]; then
-        print_debug "Expect $NB files, get $FILES"
+        print_debug "ERROR: Expect $NB files, get $FILES"
         bstat=2
     fi
 }
@@ -403,10 +403,10 @@ update_win32()
 {
    if [ -d $cwd/build/src/win32/release32   \
      -a -d $cwd/build/src/win32/release64 ] \
-   || [ -d $cwd/release32 -a -f $cwd/release64 ]
+   || [ -d $cwd/release32 -a -d $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
 }