| 
            Last change
 on this file since 19:ab5f65372038 was             19:ab5f65372038, checked in by Borja Lopez <borja@…>, 11 years ago           | 
        
        
          | 
             
Imported latest envjasmine version, the initial import from darcs had the wrong version 
 
           | 
        
        
          | 
            File size:
            311 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [19] | 1 | #!/usr/bin/env ruby
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | root = File.join(File.dirname(__FILE__), "..")
 | 
|---|
 | 4 | puts "root: #{root}"
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | cmd = "java -Duser.timezone='US/Eastern' -Dfile.encoding=utf-8 -jar '#{root}/lib/rhino/js.jar' '#{root}/lib/envjasmine.js' --environment='UNIX' --rootDir='#{root}' #{ARGV.join(' ')}"
 | 
|---|
 | 7 | 
 | 
|---|
 | 8 | puts "cmd: #{cmd}"
 | 
|---|
 | 9 | exit(system(cmd))
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.