runTestScript
Command Reference
Description
Invoke the test tool.
The runTestScript command is a hook command overriden by subtypes providing a Updater specific procedure to test the manage Sites after the Deploy workflow completes.
Usage
ctl -t Updater -o <objectname> -c runTestScript [-buildstamp <>] [-executable <>] [-script <>] [-spawn <>]
Options
Option | Description | Type | Default |
---|---|---|---|
buildstamp | build identifier | string | ${entity.attribute.buildstamp} |
executable | executable to run | string | ${entity.attribute.updaterTestExecutable} |
script | script to execute | string | ${entity.attribute.updaterTestScript} |
spawn | whether to spawn the script execution | string | ${entity.attribute.updaterTestSpawn} |