[carton] 308/472: run check

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit a97c7f550e2da78810b84ed13922fed9898b9688
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Jun 5 23:50:23 2013 +0900

    run check
---
 xt/cli/mismatch.t | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/xt/cli/mismatch.t b/xt/cli/mismatch.t
index 482cc48..e233dc9 100644
--- a/xt/cli/mismatch.t
+++ b/xt/cli/mismatch.t
@@ -14,6 +14,9 @@ EOF
     $app->run("list");
     like $app->stdout, qr/Data-Dumper-2\.139/;
     like $app->stdout, qr/Test-Differences-0\.61/;
+
+    $app->run("check");
+    like $app->stdout, qr/are satisfied/;
 }
 
 done_testing;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list