From a918e6c4fc23722cd00c73b137bde47b9a55fd35 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 18 Aug 2022 16:13:51 +1000 Subject: test: Remove unused *_XTERM variables The DEMO_XTERM and CI_XTERM variables defined in test/lib/term aren't used anywhere. Remove them. Signed-off-by: David Gibson --- test/lib/term | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/lib/term b/test/lib/term index 0f581de..ddabf8d 100755 --- a/test/lib/term +++ b/test/lib/term @@ -13,10 +13,6 @@ # Copyright (c) 2021 Red Hat GmbH # Author: Stefano Brivio -# Commands of X terminals for "CI" and "demo" runs -DEMO_XTERM="cool-retro-term --verbose --workdir" -CI_XTERM="mate-terminal --hide-menubar --profile=passt_ci --working-directory" - STATUS_FILE= STATUS_FILE_NTESTS= STATUS_FILE_INDEX=0 -- cgit v1.2.3