The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4288
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Stéphane Graber <[email protected]>
From 0895f94350de475cd1980084c935a2505dcd2748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <[email protected]> Date: Tue, 27 Feb 2018 20:06:45 -0500 Subject: [PATCH] tests: Fix perf.sh after clustering branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <[email protected]> --- test/perf.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/perf.sh b/test/perf.sh index 995db3bf4..59320a336 100755 --- a/test/perf.sh +++ b/test/perf.sh @@ -7,6 +7,12 @@ PERF_LOG_CSV="perf.csv" +# shellcheck disable=SC2034 +LXD_ALT_CERT="" + +# shellcheck disable=SC2034 +LXD_NETNS="" + import_subdir_files() { test "$1" # shellcheck disable=SC2039
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
