Sha256: 0817e4762eb42dd2e3a02dbc39e0acd9c11db8fb463a0bcfe76cd6321e26e953

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

---

Test the exit status verification: !S::Suite
  attributes: !S::Cmd {}
  contents:
    - test1 true exit 0:
        command: 'true'
        exit: 0
    - test2 false exit 1:
        command: 'false'
        exit: 1
    - test3 false exit 42:
        command: 'false'
        exit: 42
        weight: -1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uttk-0.3.5.0 test/functional/exit.yml
uttk-0.3.1.2 test/functional/exit.yml
uttk-0.3.6.1 test/functional/exit.yml