Skip to content

Commit

Permalink
re-enabling silent mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hall committed Jan 28, 2015
1 parent 2c77f4c commit 389660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('S3rver Tests', function () {
s3rver.setHostname('localhost')
.setPort(4569)
.setDirectory('/tmp/s3rver_test_directory')
.setSilent(false)
.setSilent(true)
.run(function (err, hostname, port, directory) {
if (err) {
return done('Error starting server', err);
Expand Down

0 comments on commit 389660c

Please sign in to comment.