File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1212 beam :
1313 - { otp: '28', elixir: '1.19' }
1414 os :
15- - name : Windows 2022
16- runner : windows-2022
17- env :
18- ImageOS : win22
1915 - name : Windows 2025
2016 runner : blacksmith-2vcpu-windows-2025
2117 env :
Original file line number Diff line number Diff line change @@ -163,9 +163,8 @@ defmodule BasicUARTTest do
163163 # Don't run against tty0tty since it sends data almost
164164 # instantaneously. Also, Windows appears to have a deep
165165 # send buffer. Need to investigate the Windows failure more.
166- IO . puts ( "My os type is #{ inspect ( :os . type ( ) ) } " )
167166
168- if not String . starts_with? ( UARTTest . port1 ( ) , "tnt" ) and :os . type ( ) != { :windows , :nt } do
167+ if not String . starts_with? ( UARTTest . port1 ( ) , "tnt" ) and :os . type ( ) != { :win32 , :nt } do
169168 assert :ok = UART . open ( uart1 , UARTTest . port1 ( ) , speed: 1200 )
170169
171170 # Send more than can be sent on a 1200 baud link
You can’t perform that action at this time.
0 commit comments