On 9/28/18 12:48 PM, Fabian Grünbichler wrote:
> since we want to test the version from the current working tree, and not
> the installed one.
> 
> Signed-off-by: Fabian Grünbichler <[email protected]>
> ---
>  src/pve-ha-tester | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/pve-ha-tester b/src/pve-ha-tester
> index 914d0bb..0f1f14e 100755
> --- a/src/pve-ha-tester
> +++ b/src/pve-ha-tester
> @@ -3,7 +3,8 @@
>  use strict;
>  use warnings;
>  use JSON;
> -use lib '..';
> +
> +use lib '.';
>  
>  use PVE::Tools;
>  use PVE::HA::Config;
> 

applied


_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to