use --timing option with trunk build, not stable one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-01-26 13:05:12 +00:00
parent f8eead5aef
commit 66f15a587f

View File

@ -28,7 +28,8 @@
<checkout/> <checkout/>
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/> <configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
<compile-all/> <compile-all/>
<run-tests/> <!-- <run-tests/> -->
cd tests &amp;&amp; ./test --timing
</steps> </steps>
</build> </build>
@ -40,8 +41,7 @@
<checkout branch="{$STABLE_BRANCH}"/> <checkout branch="{$STABLE_BRANCH}"/>
<configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/> <configure options="--with-gtk --enable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat24"/>
<compile-all utils="false"/> <compile-all utils="false"/>
<!-- <run-tests/> --> <run-tests/>
cd tests &amp;&amp; ./test --timing
</steps> </steps>
</build> </build>