]> git.saurik.com Git - wxWidgets.git/commitdiff
trying to make the tests run in trunk release build again
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jan 2009 22:27:13 +0000 (22:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jan 2009 22:27:13 +0000 (22:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/ravnsgaard.xml

index 4b04603f8e5e7094021e6f8af0f19af70d4e198c..30ca97ee388f8d36b0628bc96cf66242f7642f1d 100644 (file)
             <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
             <compile-all/>
             <!-- <run-tests/> -->
-            cd tests &amp;&amp; ./test --timing
+            <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>
         </steps>
     </build>