From 8991138e4622b0f3b4be1583334095da99d132e6 Mon Sep 17 00:00:00 2001 From: veleza Date: Tue, 19 Oct 2021 15:09:48 +0000 Subject: [PATCH] Added package directory conformance-tests to build-debpkg.sh Change-Id: I40eaf199f87ed7be5ea14880e22ccaf67ebbff3f Signed-off-by: veleza --- build-debpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-debpkg.sh b/build-debpkg.sh index bd8955a..6214460 100755 --- a/build-debpkg.sh +++ b/build-debpkg.sh @@ -15,7 +15,7 @@ # under the License. -PKG_DIRECTORIES="robot-systest" +PKG_DIRECTORIES="robot-systest conformance-tests" PKG_FILES="CONTRIBUTING.md LICENSE README.md charm.sh requirements.txt" MDG_NAME=tests DEB_INSTALL=debian/osm-${MDG_NAME}.install -- 2.17.1