Skip to content

Commit 1145d09

Browse files
authored
Merge pull request #100 from naotospace/hotfix/out_default_value
Delete default value for out option
2 parents 6b018a9 + 0b21f52 commit 1145d09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exe/bucky

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def setup_test_cond(test_cond)
131131
test_cond[:test_category] ||= 'e2e'
132132
test_cond[:re_test_count] = test_cond[:re_test_count] ? test_cond[:re_test_count].to_i : 1
133133
test_cond[:link_check_max_times] ||= 3
134-
test_cond[:out] ||= 'report.json'
135134
# Change to array e.g.--suite_id 1,2,3 -> :suite_id=>[1,2,3]
136135
%i[suite_name case label xlabel device].each do |k|
137136
test_cond[k] = test_cond[k].split(',') unless test_cond[k].nil?

0 commit comments

Comments
 (0)