Sha256: 3b5a01f6d0a1f3ca4f456c7fb1ddde19bdbfb1657344ca050113e1e7510b02a2

Contents?: true

Size: 765 Bytes

Versions: 5

Compression:

Stored size: 765 Bytes

Contents

---

Test students tarball (stud.yml):
  strategy: Suite
  attributes:
    strategy: Package
    skip_steps: [ check, distcheck, install ]
    test:
      name: test the student exit command
      strategy: Suite
      attributes:
        strategy: 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>>/../../ressources/ball/joe-exit.tar.bz2, weight: 3  }
    - john: { url: file://<<pwd>>/../../ressources/ball/john-exit.tar.bz2, weight: 2  }
    - jack: { url: file://<<pwd>>/../../ressources/ball/jack-exit.tar.bz2, weight: 1  }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttk-0.1.576 test/examples/students/stud.yml
ttk-0.1.579 test/examples/students/stud.yml
ttk-0.2.0 test/examples/students/stud.yml
ttk-0.1.580 test/examples/students/stud.yml
ttk-0.2.1 test/examples/students/stud.yml