aboutgitcodebugslistschat
path: root/test/run
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-05-12 13:36:43 +1000
committerStefano Brivio <sbrivio@redhat.com>2022-05-19 15:24:15 +0200
commit81c50acb21240b231dd9cb0d2f07c0951847c488 (patch)
tree12627ab9d78fe17d98df708b5786f8cb9c8b4093 /test/run
parent8e898ea71e89b04a6f3be20f826a29a5944db0dd (diff)
downloadpasst-81c50acb21240b231dd9cb0d2f07c0951847c488.tar
passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.gz
passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.bz2
passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.lz
passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.xz
passt-81c50acb21240b231dd9cb0d2f07c0951847c488.tar.zst
passt-81c50acb21240b231dd9cb0d2f07c0951847c488.zip
tests: Remove unused XVFB variable
The XVFB variable is initialized at the beginning of test/run then never used again. I'm assuming it's a leftover from some ealier iteration. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/run b/test/run
index b2819ef..a8e1c98 100755
--- a/test/run
+++ b/test/run
@@ -35,9 +35,6 @@ DEBUG=${DEBUG:-0}
# If set, tell passt and pasta to take packet captures
PCAP=${PCAP:-0}
-# If set, run X terminals for CI and demos in Xvfb
-XVFB=${XVFB:-1}
-
COMMIT="$(git log --oneline --no-decorate -1)"
. lib/util