Skip to content

Passed

Reporting / org.eclipse.ease.applications.RunHeadlessScriptTest.start() == -1 when argument is unknown

Took 0 ms.

Standard Output

ERROR: invalid command line argument
	invalid argument: -unknown

SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>

		<script name> is a path like 'file://C/myfolder/myscript.js'
		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
			if you provide a workspace you can use workspace:// identifiers in your scripts
			if you provide a workspace you may ask to refresh it first prior to script execution
		<script parameters> will be passed to the script as String[] in the variable 'argv'