Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit abf4cc2

Browse filesBrowse files
committed
fix crash when generating test runner help text
1 parent a0ed1eb commit abf4cc2
Copy full SHA for abf4cc2

File tree

Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
### Removed
1616

1717
### Fixed
18+
- `arduino_ci.rb --help` no longer crashes
1819

1920
- Fix missing `LED_BUILTIN` definition for Arduino Due, Zero and Circuit Playground.
2021

‎exe/arduino_ci.rb

Copy file name to clipboardExpand all lines: exe/arduino_ci.rb
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def self.parse(options)
6969
puts " - #{VAR_USE_SUBDIR} - if set, the script will install the library from this subdirectory of the cwd"
7070
puts " - #{VAR_EXPECT_EXAMPLES} - if set, testing will fail if no example sketches are present"
7171
puts " - #{VAR_EXPECT_UNITTESTS} - if set, testing will fail if no unit tests are present"
72-
puts " - #{VAR_SKIP_LIBPROPS} - if set, testing will skip [experimental] library.properties validation"
7372
exit
7473
end
7574
end

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.