For using this project in script-languages and script-languages-release, we need
- a command line option,
--script-languages
- which gets a string e.g.
PYTHON=... JAVA=... ...
- and overwrites the
SCRIPT_LANGUAGES parameter in the DB.
Additionally, we define a session and a module/fixture that uses this command line option to set the parameter for the current connection.
For using this project in script-languages and script-languages-release, we need
--script-languagesPYTHON=... JAVA=... ...SCRIPT_LANGUAGESparameter in the DB.Additionally, we define a session and a module/fixture that uses this command line option to set the parameter for the current connection.