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:
parent
8e898ea71e
commit
81c50acb21
1 changed files with 0 additions and 3 deletions
3
test/run
3
test/run
|
@ -35,9 +35,6 @@ DEBUG=${DEBUG:-0}
|
||||||
# If set, tell passt and pasta to take packet captures
|
# If set, tell passt and pasta to take packet captures
|
||||||
PCAP=${PCAP:-0}
|
PCAP=${PCAP:-0}
|
||||||
|
|
||||||
# If set, run X terminals for CI and demos in Xvfb
|
|
||||||
XVFB=${XVFB:-1}
|
|
||||||
|
|
||||||
COMMIT="$(git log --oneline --no-decorate -1)"
|
COMMIT="$(git log --oneline --no-decorate -1)"
|
||||||
|
|
||||||
. lib/util
|
. lib/util
|
||||||
|
|
Loading…
Reference in a new issue