diff options
author | fvogel <fvogelnew1@free.fr> | 2021-04-26 18:49:13 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-04-26 18:49:13 (GMT) |
commit | 357aa1687997c0bb77b4bfe8d10881bcff714b4f (patch) | |
tree | dddfd494bfc22e463e914df7fb79c952217a0634 /.github | |
parent | 29e42e600f888b24c58e3cf4d259aa9e228ba2e6 (diff) | |
download | tk-357aa1687997c0bb77b4bfe8d10881bcff714b4f.zip tk-357aa1687997c0bb77b4bfe8d10881bcff714b4f.tar.gz tk-357aa1687997c0bb77b4bfe8d10881bcff714b4f.tar.bz2 |
Last commit was a progress, the error message is no longer the same. Now try a different display ID.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mac-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 1d1719c..56886e0 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -128,7 +128,7 @@ jobs: : do nothing } fi - ( runXvfb :0; make test-classic test-ttk; exit $? ) | tee out.txt || { + ( runXvfb :1664; make test-classic test-ttk; exit $? ) | tee out.txt || { echo "::error::Failure during Test" exit 1 } |