From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 02/12] tests: Remove unused XVFB variable Date: Tue, 17 May 2022 14:36:04 +0200 Message-ID: <20220517123614.1892316-3-sbrivio@redhat.com> In-Reply-To: <20220517123614.1892316-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6377167907851725249==" --===============6377167907851725249== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: David Gibson 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(-) 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 -- 2.35.1 --===============6377167907851725249==--