Sha256: 2ca5a269fd30e367983cd2e9169456631453e31dcb5cae015d0faa1b54174e0c

Contents?: true

Size: 722 Bytes

Versions: 6

Compression:

Stored size: 722 Bytes

Contents

---

Test students tarball (stud.yml): !S::Suite
  attributes: !S::Package
    skip_steps: [ check, distcheck, install ]
    test:
      test the student exit command: !S::Suite
        attributes: !S::Cmd
          command: "./exit"
          timeout: 2
          dir: <<extract_dir>>
        contents:
          - test with 0:  { args: 0,  exit: 0  }
          - test with 42: { args: 42, exit: 42 }
          - test with 3:  { args: 3,  exit: 3  }
  contents:

    - joe:  { url: file://<<pwd>>/../../fixtures/ball/joe-exit.tar.bz2, weight: 3  }
    - john: { url: file://<<pwd>>/../../fixtures/ball/john-exit.tar.bz2, weight: 2  }
    - jack: { url: file://<<pwd>>/../../fixtures/ball/jack-exit.tar.bz2, weight: 1  }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uttk-0.3.5.0 test/examples/students/stud.yml
uttk-0.3.6.1 test/examples/students/stud.yml
uttk-0.3.1.2 test/examples/students/stud.yml
uttk-0.4.6.1 test/examples/students/stud.yml
uttk-0.4.6.2 test/examples/students/stud.yml
uttk-0.4.5.0 test/examples/students/stud.yml