Closed mikesperber closed 9 years ago
Thanks. I'll get this folded in shortly, which will allow me to make some headway in nailing down the other nashorn-related issues you've filed.
Definitely interested in this, but want to see it passing tests before looking at it seriously. Also, if you could squash down to a single commit, that'd be great. Thanks!
Done. (Note that the async problems from #67 remain.)
Some of the test commands use nashorn
, some use jrunscript
; the docs refer to the latter, and the former doesn't exist AFAICT in my install of JDK 8. Can you disambiguate?
jrunscript is the standard script to invoke nashorn. I've never had "nashorn" - I believe this may have existed on development previews, but it's definitely not relevant.
Thank you for your efforts, but I've deprecated this project. Please see the notice at the top of the repo's README. This is a good thing, fundamentally. :-)
This adds a test runner for Nashorn, essentially porting the Rhino runner.