]> git.saurik.com Git - wxWidgets.git/commitdiff
yet another blind attempt to run tests with --timing option (or how adding a single...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Jan 2009 14:02:27 +0000 (14:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Jan 2009 14:02:27 +0000 (14:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/defs.xml
build/buildbot/config/ravnsgaard.xml

index 0c5b550e266a20f14c239790406ac26461e79dbf..19cf8e491103cb35c9bba1e1aff2936fa42293d8 100644 (file)
@@ -371,7 +371,7 @@ cd tests &amp;&amp;
 <xsl:template name="run-tests-unix">
 <normalize-space>
 cd tests &amp;&amp;
 <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>
 if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi
 </normalize-space>
 </xsl:template>
index 30ca97ee388f8d36b0628bc96cf66242f7642f1d..78d7c38db29098f6148ab73c0ece0d0ee62bbba8 100644 (file)
             <checkout/>
             <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
             <compile-all/>
             <checkout/>
             <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
             <compile-all/>
-            <!-- <run-tests/> -->
-            <test>
-                <description>running tests with timing</description>
-                <descriptionDone>run tests</descriptionDone>
-                <warnOnFailure/>
-                <command>
-                    <normalize-space>
-                    cd tests &amp;&amp; ./test --timing
-                    </normalize-space>
-                </command>
-            </test>
+            <run-tests/>
         </steps>
     </build>
 
         </steps>
     </build>