Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Another parenthesis with no arguments!
  • Loading branch information
jgfoster committed Aug 27, 2021
commit c29936431debe8174ca6346d79e3da4049deff0d
2 changes: 1 addition & 1 deletion exe/arduino_ci.rb
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def perform_example_compilation_tests(cpp_library, config)
output = @backend.last_msg
puts output
i = output.index("leaving")
free_space = output[i + 8..-1].to_i()
free_space = output[i + 8..-1].to_i
min_free_space = @cli_options[:min_free_space]
if free_space < min_free_space
puts "Free space of #{free_space} is less than minimum of #{min_free_space}"
Expand Down