source:
pyenvjasmine/pyenvjasmine/envjasmine/bin/run_all_tests.bat@
49:ce9136f79ee6
Last change on this file since 49:ce9136f79ee6 was 0:0175515fceea, checked in by , 10 years ago | |
---|---|
File size: 247 bytes |
Line | |
---|---|
1 | echo off |
2 | |
3 | set PWD=%cd% |
4 | cd %~f0\.. |
5 | set ROOT=%cd%\.. |
6 | set dirList = dir /b/r/s %ROOT%\specs |
7 | java -Duser.timezone="US/Eastern" -jar "%ROOT%\lib\rhino\js.jar" "%ROOT%\lib\envjasmine.js" --environment="WIN" --rootDir="%ROOT%" %dirList% |
8 | cd %PWD% |
Note:
See TracBrowser
for help on using the repository browser.