[DRE-commits] [librarian-puppet] 93/153: Use --verbose in test that fails randomly
Stig Sandbeck Mathisen
ssm at debian.org
Wed Jun 1 20:30:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository librarian-puppet.
commit 81e3228d6fcd1997efe3df267053a521df0cf180
Author: Carlos Sanchez <carlos at apache.org>
Date: Thu Feb 26 10:05:14 2015 +0100
Use --verbose in test that fails randomly
---
features/update.feature | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/features/update.feature b/features/update.feature
index d49cd05..523ea63 100644
--- a/features/update.feature
+++ b/features/update.feature
@@ -271,12 +271,12 @@ Feature: cli/update
Then the exit status should be 0
And the file "modules/stdlib/.git/HEAD" should match /614b3fbf6c15893e89ed8654fb85596223b5b7c5/
And a directory named "modules/stdlib" should exist
- When I run `librarian-puppet update`
+ When I run `librarian-puppet update --verbose`
Then the exit status should be 0
And a directory named "modules/stdlib" should exist
And the file "modules/stdlib" should have an inode and ctime
And the file "modules/stdlib/.git/HEAD" should match /a3c600d5f277f0c9d91c98ef67daf7efc9eed3c5/
- When I run `librarian-puppet update`
+ When I run `librarian-puppet update --verbose`
Then the exit status should be 0
And a directory named "modules/stdlib" should exist
And the file "modules/stdlib" should have the same inode and ctime as before
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list