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 <david@gibson.dropbear.id.au>
This commit is contained in:
parent
c8756034b7
commit
a918e6c4fc
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@
|
||||||
# Copyright (c) 2021 Red Hat GmbH
|
# Copyright (c) 2021 Red Hat GmbH
|
||||||
# Author: Stefano Brivio <sbrivio@redhat.com>
|
# Author: Stefano Brivio <sbrivio@redhat.com>
|
||||||
|
|
||||||
# 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=
|
||||||
STATUS_FILE_NTESTS=
|
STATUS_FILE_NTESTS=
|
||||||
STATUS_FILE_INDEX=0
|
STATUS_FILE_INDEX=0
|
||||||
|
|
Loading…
Reference in a new issue