Skip to content

Commit 8ba04dd

Browse files
committed
print working directory in test output
1 parent 39231da commit 8ba04dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99
### Added
10+
- Working directory is now printed in test runner output
1011

1112
### Changed
1213
- Update .gitattributes so we have consistent line endings

exe/arduino_ci.rb

+1
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def perform_example_compilation_tests(cpp_library, config)
502502

503503
banner
504504
inform("Host OS") { ArduinoCI::Host.os }
505+
inform("Working directory") { Dir.pwd }
505506

506507
# initialize command and config
507508
config = ArduinoCI::CIConfig.default.from_project_library

0 commit comments

Comments
 (0)