mirror of
https://github.com/TheLocehiliosan/yadm
synced 2025-06-04 00:23:58 +00:00
Fix test: Why is DEBUG active there?!
This commit is contained in:
parent
9088981b6b
commit
22f20a1b00
@ -32,7 +32,7 @@ def test_pdirs_missing(runner, yadm_cmd, paths, home):
|
||||
# run status
|
||||
run = runner(command=yadm_cmd("status"), env=env)
|
||||
assert run.success
|
||||
assert run.err == ""
|
||||
assert all(line.startswith("\x1b[1;32mgit ") for line in run.err.splitlines())
|
||||
assert "On branch master" in run.out
|
||||
|
||||
# confirm directories are created
|
||||
|
Loading…
Reference in New Issue
Block a user