Sha256: 577bd2dfc8ded8fb356ab1b272b1c42685459f362a6cea02c408b0bcf5d6d627
Contents?: true
Size: 687 Bytes
Versions: 6
Compression:
Stored size: 687 Bytes
Contents
--- Test students tarball with a globbing (glob_stud.yml): !S::Iterate over: !pathlist <<pwd>>/../../fixtures/ball/(*)-exit.tar.bz2 iter: [it_path, it_login] # FIXME regexp: !re "/([a-z]*)-[a-z]*\.tar\.bz2" test: Project of <<it_login>>: !S::Package skip_steps: [ check, distcheck, install ] url: file://<<it_path>> test: Test the student exit command: !S::Suite attributes: !S::Cmd command: "./exit" dir: <<extract_dir>> timeout: 2 contents: - test exit 0: { args: 0, exit: 0 } - test exit 42: { args: 42, exit: 42 } - test exit 3: { args: 3, exit: 3 }
Version data entries
6 entries across 6 versions & 1 rubygems