Sha256: 0213c94f5ad2af007b0754e9ac255329beabe945fda060471b5eca03ac97ece4

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

---

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uttk-0.3.1.2 test/examples/students/ball.yml
uttk-0.3.5.0 test/examples/students/ball.yml
uttk-0.3.6.1 test/examples/students/ball.yml
uttk-0.4.5.0 test/examples/students/ball.yml
uttk-0.4.6.2 test/examples/students/ball.yml
uttk-0.4.6.1 test/examples/students/ball.yml