Skip to content

Commit 858c171

Browse files
committed
print working directory in test output
1 parent adf4dff commit 858c171

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- Added a CI workflow to check for spelling errors
1717
- Extraction of byes usage in a compiled sketch is now calculated in a method: `ArduinoBackend.last_bytes_usage`
1818
- Added ```nano_every``` platform to represent ```arduino:megaavr``` architecture
19+
- Working directory is now printed in test runner output
20+
1921
### Changed
2022
- We now compile a shared library to be used for each test.
2123
- Put build artifacts in a separate directory to reduce clutter.

exe/arduino_ci.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def perform_example_compilation_tests(cpp_library, config)
533533

534534
banner
535535
inform("Host OS") { ArduinoCI::Host.os }
536+
inform("Working directory") { Dir.pwd }
536537

537538
# initialize command and config
538539
config = ArduinoCI::CIConfig.default.from_project_library

0 commit comments

Comments
 (0)