~alecu/ubuntu-sso-client/broken-signals-questionmark

« back to all changes in this revision

Viewing changes to run-tests.bat

  • Committer: Tarmac
  • Author(s): Manuel de la Pena
  • Date: 2011-06-20 18:01:41 UTC
  • mfrom: (712.1.13 use_txnamedpipes)
  • Revision ID: tarmac-20110620180141-tlsci0sgp2532y3v
Moved the windows port to use txnamedpipes (can be found at lp:txnamedpipes). This change allows the windows port to perform the IPC through named pipes using a IOCPReactor implementation. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
"%PYTHONEXEPATH%\python.exe" setup.py build
56
56
ECHO Running tests
57
57
:: execute the tests with a number of ignored linux only modules
58
 
"%PYTHONEXEPATH%\python.exe" "%PYTHONEXEPATH%\Scripts\u1trial" -c ubuntu_sso -i "test_gui.py, test_linux.py, test_txsecrets.py" --reactor=qt4 --gui
 
58
"%PYTHONEXEPATH%\python.exe" "%PYTHONEXEPATH%\Scripts\u1trial" -c ubuntu_sso -i "test_gui.py, test_linux.py, test_txsecrets.py" --reactor=txnp
59
59
:: Clean the build from the setupt.py
60
60
ECHO Cleaning the generated code before running the style checks...
61
61
"%PYTHONEXEPATH%\python.exe" setup.py clean