OpenSearch/test/framework
Lee Hinman 9bcdafedda Allow only a single extension for a scripting engine
Previously multiple extensions could be provided, however, this can lead
to confusion with on-disk scripts (ie, "foo.js" and "foo.javascript")
having different content. Only a single extension is now supported.

The only language currently supporting multiple extensions was the
Javascript engine ("js" and "javascript"). It now only supports the
`.js` extension.

Relates to #10598
2016-05-13 09:54:31 -06:00
..
src Allow only a single extension for a scripting engine 2016-05-13 09:54:31 -06:00
build.gradle Enable jdk-system-out Forbidden API checks on test sources 2016-03-15 15:03:37 +01:00