From 0789b002cdbc2b14364338a396d5ab0ecfe6c7bc Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Wed, 26 Aug 2015 16:59:32 +0200 Subject: [PATCH] fix integration tests --- test-integration/success-config-file.yml | 2 +- test-integration/success.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test-integration/success-config-file.yml b/test-integration/success-config-file.yml index 8305325..da5cad9 100644 --- a/test-integration/success-config-file.yml +++ b/test-integration/success-config-file.yml @@ -22,7 +22,7 @@ output: 'Current branch master is up to date.' - description: Command exec should execute same command on all repositories - command: '{repoman} exec "touch somefile"' + command: '{repoman} exec "touch somefile" --verbose' exitcode: 0 output: 'touch somefile' diff --git a/test-integration/success.yml b/test-integration/success.yml index bdfc3ef..c682c49 100644 --- a/test-integration/success.yml +++ b/test-integration/success.yml @@ -26,7 +26,7 @@ output: 'Current branch master is up to date.' - description: Command exec should execute same command on all repositories - command: '{repoman} exec "touch somefile"' + command: '{repoman} exec "touch somefile" --verbose' exitcode: 0 output: 'touch somefile' @@ -41,11 +41,11 @@ output: 'No local changes to save' - description: Command exec should execute nothing when tags is specified and there is no matching repo - command: '{repoman} --tags inexistingtag exec "touch somefile"' + command: '{repoman} --tags inexistingtag exec "touch somefile" --verbose' exitcode: 0 output: '' - description: Command exec should execute nothing when regex is specified and there is no matching repo - command: '{repoman} --regex .*inexistingrepo.* exec "touch somefile"' + command: '{repoman} --regex .*inexistingrepo.* exec "touch somefile" --verbose' exitcode: 0 output: '' \ No newline at end of file