]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/defs.xml
yet another blind attempt to run tests with --timing option (or how adding a single...
[wxWidgets.git] / build / buildbot / config / include / defs.xml
index 0c5b550e266a20f14c239790406ac26461e79dbf..19cf8e491103cb35c9bba1e1aff2936fa42293d8 100644 (file)
@@ -371,7 +371,7 @@ cd tests &&
 <xsl:template name="run-tests-unix">
 <normalize-space>
 cd tests &amp;&amp;
-./test &amp;&amp;
+./test --timing &amp;&amp;
 if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi
 </normalize-space>
 </xsl:template>