mirror of https://github.com/scrapy/scrapy.git
fixed bin\runtests.bat windows script
This commit is contained in:
parent
002abf204f
commit
3df9070ffd
|
|
@ -1,19 +1,6 @@
|
|||
@ECHO off
|
||||
|
||||
SET test="scrapy scrapyd"
|
||||
SET test=scrapy
|
||||
SET PYTHONPATH=%CD%
|
||||
IF NOT "%1" == "" SET test="%1"
|
||||
|
||||
IF EXIST c:\python26\scripts\trial.py GOTO py26
|
||||
IF EXIST c:\python25\scripts\trial.py GOTO py25
|
||||
|
||||
ECHO "Unable to run tests: trial command (included with Twisted) not found"
|
||||
GOTO end
|
||||
|
||||
:py26
|
||||
c:\python26\scripts\trial.py %test%
|
||||
GOTO end
|
||||
|
||||
:py25
|
||||
c:\python25\scripts\trial.py %test%
|
||||
|
||||
:end
|
||||
trial --reporter=text %test%
|
||||
|
|
|
|||
Loading…
Reference in New Issue