=== BEGIN TEST SUITE package/name ===
=== BEGIN TEST CASE ===
package/name/file.sh:23: executing 'some command' expecting success
SUCCESS after 0.1234s: package/name/file.sh:23: executing 'some command' expecting success
There was no output from the command.
There was no error output from the command.
=== END TEST CASE ===
=== BEGIN TEST CASE ===
package/name/file.sh:24: executing 'some other command' expecting success
SUCCESS after 11.123s: package/name/file.sh:24: executing 'some other command' expecting success
There was no output from the command.
There was no error output from the command.
=== END TEST CASE ===
=== END TEST SUITE ===