applied to master & stable-4 (and rebased patch 4 for stable-4)

On Wed, May 17, 2017 at 12:40:55PM +0200, Fabian Grünbichler wrote:
> Signed-off-by: Fabian Grünbichler <f.gruenbich...@proxmox.com>
> ---
>  test/run_snapshot_tests.pl | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/test/run_snapshot_tests.pl b/test/run_snapshot_tests.pl
> index 6def87f..38c74f9 100755
> --- a/test/run_snapshot_tests.pl
> +++ b/test/run_snapshot_tests.pl
> @@ -6,5 +6,6 @@ use warnings;
>  use TAP::Harness;
>  
>  my $harness = TAP::Harness->new( { "verbosity" => -2 });
> -$harness->runtests( "snapshot-test.pm");
> +my $res = $harness->runtests( "snapshot-test.pm");
>  system( "rm -rf snapshot-working/");
> +exit -1 if $res->{failed};
> -- 
> 2.1.4

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to