Skip to content

Commit

Permalink
Add verbosity to debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed May 29, 2019
1 parent 9a42010 commit f2a6738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ test('ensure container command executed with --workdir command option', async ()
await compose.down({ cwd: path.join(__dirname), log: logOutput, config: 'docker-compose-42.yml' });
await compose.run('some-service', 'cat hello.txt', {
cwd: path.join(__dirname),
log: logOutput,
log: true,
config: 'docker-compose-42.yml',
composeOptions: [ '--verbose' ],
commandOptions: [ '--workdir', '/mountedvolume/nested/dir' ]
Expand Down

0 comments on commit f2a6738

Please sign in to comment.