[lxc-devel] [lxd/master] [TEST]

freeekanayaka on Github lxc-bot at linuxcontainers.org
Sat Aug 15 11:57:13 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200815/6357759b/attachment.bin>
-------------- next part --------------
From 48b627c6aace8f4efb7c0d2fc54957e8f423f0bc Mon Sep 17 00:00:00 2001
From: Free Ekanayaka <free.ekanayaka at canonical.com>
Date: Sat, 15 Aug 2020 13:55:18 +0200
Subject: [PATCH] enable dqlite v2

Signed-off-by: Free Ekanayaka <free.ekanayaka at canonical.com>
---
 test/main.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/main.sh b/test/main.sh
index 420b80ecf3..13a9719328 100755
--- a/test/main.sh
+++ b/test/main.sh
@@ -1,6 +1,8 @@
 #!/bin/sh -eu
 [ -n "${GOPATH:-}" ] && export "PATH=${GOPATH}/bin:${PATH}"
 
+export DQLITE_ENGINE_V2=1
+
 # Don't translate lxc output for parsing in it in tests.
 export LC_ALL="C"
 


More information about the lxc-devel mailing list