Skip to content

Commit 8a60db2

Browse files
authored
Merge pull request #9 from lifull-dev/master
Update master
2 parents 6b018a9 + 2417298 commit 8a60db2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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?

lib/bucky/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Bucky
44
module Version
5-
VERSION = '0.10.18'
5+
VERSION = '0.10.19'
66
end
77
end

0 commit comments

Comments
 (0)