Skip to content
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Aug 26, 2015
1 parent 379233e commit 0789b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test-integration/success-config-file.yml
Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions test-integration/success.yml
Expand Up @@ -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'

Expand All @@ -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: ''

0 comments on commit 0789b00

Please sign in to comment.