diff options
author | Devaev Maxim <[email protected]> | 2019-10-11 23:43:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-11 23:43:59 +0300 |
commit | 74449c81ad6e6d5bb170b3113b6112fb91f6f445 (patch) | |
tree | acda82c77feff668d1355826002cc9fa25dc32b4 /testenv | |
parent | f8a4f59e13461514cc81fb3eaa26c131644cc73a (diff) |
set --process-name-prefix
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 | ||||
-rw-r--r-- | testenv/v1-vga.override.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 925ec928..a33af7b1 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -13,6 +13,7 @@ RUN pacman -Syu --noconfirm \ libjpeg \ libevent \ libutil-linux \ + libbsd \ python \ python-pip \ python-tox \ diff --git a/testenv/v1-vga.override.yaml b/testenv/v1-vga.override.yaml index 9a369317..d1eee78b 100644 --- a/testenv/v1-vga.override.yaml +++ b/testenv/v1-vga.override.yaml @@ -20,4 +20,5 @@ kvmd: - "--unix-rm" - "--unix-mode=0666" - "--exit-on-parent-death" + - "--process-name-prefix={process_name_prefix}" - "--no-log-colors" |