[pve-devel] applied: [PATCH ha-manager 03/12] pve-ha-tester: use correct lib path
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Sep 28 15:35:52 CEST 2018
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 <f.gruenbichler at proxmox.com>
> ---
> 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
More information about the pve-devel
mailing list