Skip to content

Commit 31bd0e9

Browse files
committed
Fix Xvfb verification typo
1 parent a0bb0e0 commit 31bd0e9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
sudo apt-get update
122122
sudo apt-get install -y xvfb
123123
which Xvfb
124-
Xvfb -version
125124
126125
- name: Run Tests with Xvfb
127126
if: ${{ contains(matrix.BROWSER, 'chrome') }}

scripts/run_travis.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ else
2828
echo "Running tests on Chrome"
2929
echo "===== verify Xvfb ====="
3030
echo "which Xvfb -> $(which Xvfb || echo 'NOT FOUND')"
31-
echo "Running ps ->"
32-
ps -ef | grep '[X]vfb'
3331
echo "DISPLAY var -> $DISPLAY"
3432
echo "======================="
3533
run_selenium_xvfb_enabled

0 commit comments

Comments
 (0)