diff options
author | fvogel <fvogelnew1@free.fr> | 2021-04-28 19:53:07 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-04-28 19:53:07 (GMT) |
commit | fe95f2f674229c2ec07ae13d92279a762ef0c906 (patch) | |
tree | 024813eb4f257f97ec7f26664e88dadc320b9c1c /.github | |
parent | e088c728ae4887ac6fbc9e4f6f5dc41d7b57ad40 (diff) | |
download | tk-fe95f2f674229c2ec07ae13d92279a762ef0c906.zip tk-fe95f2f674229c2ec07ae13d92279a762ef0c906.tar.gz tk-fe95f2f674229c2ec07ae13d92279a762ef0c906.tar.bz2 |
Add debug output.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mac-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 33c97a9..581aef3 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -115,8 +115,6 @@ jobs: run: | if [ $USE_XVFB == true ]; then function runXvfb { - rm /tmp/.X11-unix/X1 - rm /tmp/.X1 PATH=$PATH:/opt/X11/bin Xvfb $1 -nolisten unix & XVFB_PID=$! @@ -124,6 +122,8 @@ jobs: trap "echo killing process $XVFB_PID... >&2; kill $XVFB_PID" 0 export DISPLAY=$1 sleep 2 + ls -lsa /tmp/.X* + cat /var/log/Xorg.0.log } else function runXvfb { |