Print ok-ish stuff to stdout

This commit is contained in:
Hannes Körber
2022-06-08 18:32:00 +02:00
committed by Hannes Körber
parent 2be1dec818
commit d036b53037
2 changed files with 6 additions and 7 deletions

View File

@@ -303,7 +303,6 @@ def test_repos_sync_root_is_file(configtype):
cmd = grm(["repos", "sync", "config", "--config", config.name])
assert cmd.returncode != 0
assert len(cmd.stdout) == 0
assert "not a directory" in cmd.stderr.lower()