Sha256: 9a66c38e207ea3a0ef3bac020ddc4302513270b39478a1bf9091fb2a0a5975b7

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 Bytes

Contents

---

Test a TarBall (ball.yml):
  strategy: Package
  url: file://<<pwd>>/../../ressources/ball/hello.tar.gz
  skip_steps: [ check, distcheck, install ]
  test:
    Test the HelloWorld:
      strategy: Cmd
      command: ./hello
      output: "HelloWorld!\n"
      dir: <<extract_dir>>
      exit: 0

Version data entries

5 entries across 5 versions & 1 rubygems

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