1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

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>
This commit is contained in:
David Gibson 2022-05-12 13:36:43 +10:00 committed by Stefano Brivio
parent 8e898ea71e
commit 81c50acb21

View File

@ -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