From 81c50acb21240b231dd9cb0d2f07c0951847c488 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 12 May 2022 13:36:43 +1000 Subject: 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 --- test/run | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/run') 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 -- cgit v1.2.3