SHELL

System Testing Supervisor Script Language.

Syntax

SHELL command

Purpose

The SHELL instruction executes a command by the System Testing Supervisor machine.

Description

SHELL commands block execution of the supervision script until the command is complete.

The command's execution log is not recorded in the supervision script execution log.

Example

...

SHELL ls /tmp -l ...

Related Topics

DO | EXECUTE