Verified Commit 9e206f96 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

basic smoke test

parent 1b603096
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
toil (3.18.0-3) UNRELEASED; urgency=medium

  * Add basic smoke test ( `toil* --help` ) as an AutoPkgTest

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Mon, 14 Jan 2019 01:52:44 -0800

toil (3.18.0-2) unstable; urgency=medium

  * Remove errant recommend on python3-futures and depends on python3-pytest*

debian/tests/control

0 → 100644
+2 −0
Original line number Diff line number Diff line
Tests: smoke-test
Depends: toil
+4 −0
Original line number Diff line number Diff line
#!/bin/sh -e
toil --help
toil-cwl-runner --help
toil-wdl-runner --help