From: Ian Jackson Date: Wed, 4 Jan 2017 20:43:12 +0000 (+0000) Subject: test suite: Add some missing calls to t-ok. X-Git-Tag: archive/debian/2.14~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ba4cd51f727438b7f2e437df9c674f3f533c5317;p=dgit.git test suite: Add some missing calls to t-ok. Signed-off-by: Ian Jackson --- diff --git a/tests/tests/clone-gitnosuite b/tests/tests/clone-gitnosuite index 6b1c9375..83c996dc 100755 --- a/tests/tests/clone-gitnosuite +++ b/tests/tests/clone-gitnosuite @@ -7,3 +7,5 @@ t-git-none cp -a $tmp/git/_template $dgitrepo t-dgit clone $p + +t-ok diff --git a/tests/tests/mirror-debnewgit b/tests/tests/mirror-debnewgit index 4f247160..59b96ef7 100755 --- a/tests/tests/mirror-debnewgit +++ b/tests/tests/mirror-debnewgit @@ -22,3 +22,5 @@ t-commit 'test commit' 3-2 t-dgit build t-dgit push t-check-mirrored + +t-ok diff --git a/tests/tests/test-list-uptodate b/tests/tests/test-list-uptodate index 65812ff9..1e5f1992 100755 --- a/tests/tests/test-list-uptodate +++ b/tests/tests/test-list-uptodate @@ -7,3 +7,5 @@ set -e cd $root $troot/enumerate-tests gencontrol >$tmp/control-expected diff debian/tests/control $tmp/control-expected + +t-ok