summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-04-26 18:49:13 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-04-26 18:49:13 (GMT)
commit357aa1687997c0bb77b4bfe8d10881bcff714b4f (patch)
treedddfd494bfc22e463e914df7fb79c952217a0634 /.github
parent29e42e600f888b24c58e3cf4d259aa9e228ba2e6 (diff)
downloadtk-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.yml2
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
}