Skip to content

Commit abf4cc2

Browse files
committed
fix crash when generating test runner help text
1 parent a0ed1eb commit abf4cc2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
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

-1
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)