Skip to content

Commit d828085

Browse files
committed
tweaks to CI
1 parent a574146 commit d828085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exe/arduino_ci_remote.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# terminate after printing any debug info. TODO: capture debug info
1010
def terminate(final = nil)
1111
puts "Failures: #{@failure_count}"
12-
unless @failure_count.zero? && final.nil?
12+
unless @failure_count.zero? || final
1313
puts "Last message: #{@arduino_cmd.last_msg}"
1414
puts "========== Stdout:"
1515
puts @arduino_cmd.last_out
@@ -117,8 +117,8 @@ def assure(message, &block)
117117
config.aux_libraries_for_unittest,
118118
config.gcc_config(p)
119119
)
120+
puts
120121
unless exe
121-
puts
122122
puts "Last command: #{cpp_library.last_cmd}"
123123
puts cpp_library.last_out
124124
puts cpp_library.last_err

0 commit comments

Comments
 (0)