yet another blind attempt to run tests with --timing option (or how adding a single option can turn into a 2 day endeavour thanks to the power of XSLT)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -371,7 +371,7 @@ cd tests &&
|
|||||||
<xsl:template name="run-tests-unix">
|
<xsl:template name="run-tests-unix">
|
||||||
<normalize-space>
|
<normalize-space>
|
||||||
cd tests &&
|
cd tests &&
|
||||||
./test &&
|
./test --timing &&
|
||||||
if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi
|
if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi
|
||||||
</normalize-space>
|
</normalize-space>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@@ -28,17 +28,7 @@
|
|||||||
<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/>
|
||||||
<test>
|
|
||||||
<description>running tests with timing</description>
|
|
||||||
<descriptionDone>run tests</descriptionDone>
|
|
||||||
<warnOnFailure/>
|
|
||||||
<command>
|
|
||||||
<normalize-space>
|
|
||||||
cd tests && ./test --timing
|
|
||||||
</normalize-space>
|
|
||||||
</command>
|
|
||||||
</test>
|
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user