summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--tests/wm.test2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index a794904..23c2238 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -146,7 +146,7 @@ jobs:
echo Xvfb not used, this is a --enable-aqua build
}
fi
- ( runXvfb :0; make test-classic TESTFLAGS="-file unixFont.test -verbose t"; exit $? ) | tee out-classic.txt || {
+ ( runXvfb :0; make test-classic; exit $? ) | tee out-classic.txt || {
echo "::error::Failure during Test (classic)"
exit 1
}
diff --git a/tests/wm.test b/tests/wm.test
index 6879041..5542f14 100644
--- a/tests/wm.test
+++ b/tests/wm.test
@@ -1421,7 +1421,9 @@ deleteWindows
test wm-stackorder-3.1 {unmapped toplevel} -constraints {failsOnUbuntu failsOnXQuarz} -body {
toplevel .t1 ; update
+ raiseDelay
toplevel .t2 ; update
+ raiseDelay
wm iconify .t1
raiseDelay
wm stackorder .