Sha256: 2cf6e35c30bab2e5025b996e9720eaa7ea5f0acbea8c6510f7ef588cd1a934d4

Contents?: true

Size: 686 Bytes

Versions: 5

Compression:

Stored size: 686 Bytes

Contents

---

Test students tarball with a globbing (glob_stud.yml):
  strategy: Glob
  glob: <<pwd>>/../../ressources/ball/*-exit.tar.bz2
  regexp: !re "/([a-z]*)-[a-z]*\.tar\.bz2"
  test:
    TBall of <<match>>:
      strategy: Package
      skip_steps: [ check, distcheck, install ]
      url: file://<<path>>
      test:
        Test the student exit command:
          strategy: Suite
          attributes:
            strategy: 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

5 entries across 5 versions & 1 rubygems

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