phonesettings/cpphonesettingsplugins/cpnetworkplugin/tsrc/run_auto_tests_qt.bat
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 51 f39ed5e045e0
child 76 cfea66083b62
--- a/phonesettings/cpphonesettingsplugins/cpnetworkplugin/tsrc/run_auto_tests_qt.bat	Wed Jun 23 18:12:20 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/cpnetworkplugin/tsrc/run_auto_tests_qt.bat	Tue Jul 06 14:15:47 2010 +0300
@@ -157,7 +157,7 @@
 :RUNTESTS
 echo Running tests
 for /f %%a in ('dir /b ut_*') do (
-    call %PATH_TO_DLL%\%%a.exe -dtextshell --
+    call %PATH_TO_DLL%\%%a.exe
     move \epoc32\winscw\c\data\%%a.log %PATH_TO_RESULT%\%%a.log
 )
 goto end