revert 59680; implement proper fix for wxMSW test failure detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -356,17 +356,10 @@
|
||||
</test>
|
||||
</xsl:template>
|
||||
|
||||
<!--
|
||||
We need to add something to the wxWidgets sources to run the tests with a
|
||||
simple command so that these aren't necessary.
|
||||
-->
|
||||
<xsl:template name="run-tests-win">
|
||||
<xsl:param name="options"/>
|
||||
<normalize-space>
|
||||
cd tests &&
|
||||
(for /d %x in (..\lib\*_dll) do @PATH=%x;%PATH%) &&
|
||||
(for /d %x in (*) do @if exist %x\test.exe %x\test) &&
|
||||
(for /d %x in (*) do @if exist %x\test_gui.exe %x\test_gui)
|
||||
cd tests && runtests.bat
|
||||
</normalize-space>
|
||||
</xsl:template>
|
||||
|
||||
|
Reference in New Issue
Block a user