Richard Felkl 4e64f0f880 Fix run_script method.
Existing code assumes the script sent by the user is terminated with a newline.
Appending magic string without '\n' before print() command results in a syntactically
incorrect Groovy code.
This patch ensures that '\n' is added between user's provided script and appended
magic string.

Change-Id: I39021f1058e7434d487efb4bc7aca18416b2c08e
2018-07-10 15:40:07 +02:00
..
2018-07-10 15:40:07 +02:00
2014-09-26 09:12:54 -07:00