From fbcaebb70f873d75a1312a9287a584168986c1a7 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 16 Aug 2019 15:06:23 +0100
Subject: [PATCH] build-relocatable-install: Include unruntime-test-ui wrapper
 script

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 build-relocatable-install.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-relocatable-install.py b/build-relocatable-install.py
index 87657f43f..dcd0c1302 100755
--- a/build-relocatable-install.py
+++ b/build-relocatable-install.py
@@ -94,6 +94,7 @@ PRIMARY_ARCH_DEPENDENCIES = {
 SCRIPTS = [
     'pressure-vessel-test-ui',
     'pressure-vessel-unruntime',
+    'pressure-vessel-unruntime-test-ui',
     'pressure-vessel-wrap.sh'
 ]
 EXECUTABLES = [
-- 
GitLab