source: pyenvjasmine/pyenvjasmine/envjasmine/bin/run_test.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: 244 bytes
Line 
1echo off
2
3set PWD=%cd%
4set SPEC=%~f1
5cd %~f0\..
6set ROOT=%cd%\..
7java -Duser.timezone="US/Eastern" -Dfile.encoding=utf-8 -jar "%ROOT%\lib\rhino\js.jar" "%ROOT%\lib\envjasmine.js" --environment="WIN" --rootDir="%ROOT%" "%SPEC%"
8cd %PWD%
Note: See TracBrowser for help on using the repository browser.