forked from platformio/platformio-core
Fix test
This commit is contained in:
@ -83,8 +83,7 @@ def test_complex(clirunner, validate_cliresult):
|
|||||||
validate_cliresult(result)
|
validate_cliresult(result)
|
||||||
assert all([
|
assert all([
|
||||||
s in result.output
|
s in result.output
|
||||||
for s in ("teensy", "Downloading", "Unpacking",
|
for s in ("teensy", "Downloading", "Unpacking")
|
||||||
"tool-scons")
|
|
||||||
])
|
])
|
||||||
|
|
||||||
# show platform information
|
# show platform information
|
||||||
|
Reference in New Issue
Block a user