source: pyenvjasmine/pyenvjasmine/envjasmine/bin/run_all_tests.bat@ 0:0175515fceea

Last change on this file since 0:0175515fceea was 0:0175515fceea, checked in by Borja Lopez <borja@…>, 9 years ago

Imported sources from http://repos.betabug.ch/pyenvjasmine

File size: 247 bytes
Line 
1echo off
2
3set PWD=%cd%
4cd %~f0\..
5set ROOT=%cd%\..
6set dirList = dir /b/r/s %ROOT%\specs
7java -Duser.timezone="US/Eastern" -jar "%ROOT%\lib\rhino\js.jar" "%ROOT%\lib\envjasmine.js" --environment="WIN" --rootDir="%ROOT%" %dirList%
8cd %PWD%
Note: See TracBrowser for help on using the repository browser.