--- 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: <> 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://<>/../../fixtures/ball/joe-exit.tar.bz2, weight: 3 } - john: { url: file://<>/../../fixtures/ball/john-exit.tar.bz2, weight: 2 } - jack: { url: file://<>/../../fixtures/ball/jack-exit.tar.bz2, weight: 1 }