[PATCH] testbot: Fix the "no snapshot" case in BackupVM.

Alexandre Julliard julliard at winehq.org
Tue Aug 20 15:19:35 CDT 2019


Francois Gouget <fgouget at codeweavers.com> writes:

> @@ -213,6 +213,8 @@ if [ -n "$opt_snapshot" -a "$snapshots" = "/$snapdir/$opt_vm/*.xml" ]
>  then
>      error "the '$opt_vm' VM does not seem to have snapshots! Use --no-snapshot if this is expected."
>      exit 2
> +else
> +    snapshots=""
>  fi

That seems to make the snapshots variable less than useful...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list