source: pyenvjasmine/pyenvjasmine/envjasmine/bin/envjs_run_coverage@ 19:ab5f65372038

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

Imported latest envjasmine version, the initial import from darcs had the wrong version

File size: 341 bytes
Line 
1#!/usr/bin/env ruby
2
3root = File.join(File.dirname(__FILE__), "..")
4puts "root: #{root}"
5
6cmd = "java -Duser.timezone='US/Eastern' -Dfile.encoding=utf-8 -jar '#{root}/lib/rhino/js.jar' '#{root}/lib/jscover/envjasmine-sonar-coverage-runner.js' --environment='UNIX' --rootDir='#{root}' #{ARGV.join(' ')}"
7
8puts "cmd: #{cmd}"
9exit(system(cmd))
Note: See TracBrowser for help on using the repository browser.