File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def isRunning
9393
9494 def stop
9595 return if @pid . nil?
96- Process . kill ( "TERM " , @pid )
96+ Process . kill ( "KILL " , @pid )
9797 @process . close
9898 while true
9999 break if !self . isRunning
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ def test_check_pid
1212 refute_nil @bs_local . pid , 0
1313 end
1414
15- # def test_is_running
16- # @bs_local.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
17- # assert_equal true, @bs_local.isRunning
18- # end
15+ def test_is_running
16+ @bs_local . start ( { 'key' => ENV [ "BROWSERSTACK_ACCESS_KEY" ] } )
17+ assert_equal true , @bs_local . isRunning
18+ end
1919
2020 # def test_multiple_binary
2121 # @bs_local.start({'key' => ENV["BROWSERSTACK_ACCESS_KEY"]})
You can’t perform that action at this time.
0 commit comments