Sha256: 75f5a89fb6767930f9b735bf5a2609bc3a9db3485e539410577e461f008e1099

Contents?: true

Size: 311 Bytes

Versions: 3

Compression:

Stored size: 311 Bytes

Contents

---

Test the exit status verification: !S::Suite
  attributes: !S::Command {}
  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.4.5.0 test/functional/exit.yml
uttk-0.4.6.1 test/functional/exit.yml
uttk-0.4.6.2 test/functional/exit.yml