aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-capture.sh')
-rwxr-xr-xtest/suite-capture.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index a0606c0be1..dbb0e4a3d2 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -418,8 +418,11 @@ wireshark_capture_suite() {
# that use Wayland or Mir directly, unless they also depend
# on the DISPLAY environment variable.
#
- if [[ $WS_SYSTEM != Windows && $WS_SYSTEM != Darwin ]] && [ -z "$DISPLAY" ]; then
- echo -n ' (X server not available)'
+ #if [[ $WS_SYSTEM != Windows && $WS_SYSTEM != Darwin ]] && [ -z "$DISPLAY" ]; then
+
+ # Qt requires XKEYBOARD and Xrender, which our buildbots don't provide
+ if [[ $WS_SYSTEM != "Windows" && $WS_SYSTEM != "Darwin" ]]; then
+ echo -n " (assuming Xvnc, which doesn't support Xrender)"
test_step_skipped
return
fi