]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/defs.xml
add missing headers for PCH-less build
[wxWidgets.git] / build / buildbot / config / include / defs.xml
index 94c0d7909d9e0193c2af361c8263a731be4e4866..0c5b550e266a20f14c239790406ac26461e79dbf 100644 (file)
@@ -372,7 +372,7 @@ cd tests &&
 <normalize-space>
 cd tests &amp;&amp;
 ./test &amp;&amp;
-if [ -x test_gui ]; then ./test_gui; fi
+if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi
 </normalize-space>
 </xsl:template>