8000 [skip changelog] Libraries install dir path is now canonical by silvanocerza · Pull Request #1293 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

[skip changelog] Libraries install dir path is now canonical #1293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

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
Next Next commit
[skip changelog] Fix esp8266 test
  • Loading branch information
silvanocerza committed May 19, 2021
commit 02733d7c83216abf2269e1944271c3653e763c2c
2 changes: 1 addition & 1 deletion test/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def test_compile_with_archives_and_long_paths(run_command):
assert run_command("update")

# Install core to compile
assert run_command("core install esp8266:esp8266")
assert run_command("core install esp8266:esp8266@2.7.4")

# Install test library
assert run_command("lib install ArduinoIoTCloud")
Expand Down
0