Skip to content

Commit

Permalink
update tests to use command line options correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Jan 5, 2017
1 parent bf1628b commit 2cf7086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions test/command/test_fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,6 @@ def assert_fluentd_fails_to_start(cmdline, *pattern_list, timeout: 10)
end

test 'success to start the number of workers specified by command line option' do
# https://github.com/fluent/fluentd/issues/1385
omit "some command line options do not work correctly now"

conf = <<CONF
<system>
root_dir #{@root_path}
Expand Down
2 changes: 1 addition & 1 deletion test/config/test_system_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initalize

class FakeSupervisor
def initialize
@workers = 1
@workers = nil
@root_dir = nil
@log = FakeLoggerInitializer.new
@log_level = nil
Expand Down

0 comments on commit 2cf7086

Please sign in to comment.