~diegosarmentero/ubuntuone-client/bug1169312

« back to all changes in this revision

Viewing changes to run-tests.bat

  • Committer: mike.mccracken at canonical
  • Date: 2012-07-30 18:54:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1282.
  • Revision ID: mike.mccracken@canonical.com-20120730185417-1mx5ory55n19s70n
move file to location that works on linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
ECHO Performing style checks...
83
83
"%PYTHONEXEPATH%" "%LINTPATH%"
84
84
 
85
 
"%PYTHONEXEPATH%" tests/check_reactor_import.py
 
85
"%PYTHONEXEPATH%" tests\platform\check_reactor_import.py
86
86
 
87
87
:: if pep8 is not present, move to the end
88
88
IF EXIST "%PEP8PATH%" (