Module zebra_test::command

source ·
Expand description

Launching test commands for Zebra integration and acceptance tests.

Modules§

Structs§

  • Helper type to keep track of arguments for spawning a process.
  • A test command child process.
  • Test command output logs.
  • Test command exit status information.

Constants§

Traits§

Functions§

  • Checks command output log line from cmd against a failure_regexes regex set, and returns an error if any regex matches. The line is skipped if it matches ignore_regexes.
  • Runs a command
  • Write line to stdout, so it can be seen in the test logs.