cad/opencascade: add comment about running tests

As suggested by sthen@, add a comment explaining that test results may improve
when running them by hand as your own user (based on my testing).
This commit is contained in:
jtt
2026-01-23 21:38:00 +00:00
parent f10fd70e5d
commit 85392af4d8
+3
View File
@@ -78,6 +78,9 @@ SUBST_VARS += BITS COMP V
# Some tests require an active X11 display to work. When using
# PORTS_PRIVSEP=Yes, the following can be used:
# xhost +si:localuser:_pbuild; make test; xhost -si:localuser:_pbuild
#
# However more tests may fail when running them like this than if you run
# them by hand as your own user.
TEST_IS_INTERACTIVE = X11
TEST_DIR = ${WRKDIR}/tests_openbsd