mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-21 16:31:17 +01:00
Merge pull request #193 from nix-community/pytest
test_gc: fix returncode check
This commit is contained in:
commit
b465d21478
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ def common_test(direnv_project: DirenvProject) -> None:
|
|||
cwd=direnv_project.dir,
|
||||
)
|
||||
sys.stderr.write(out2.stderr)
|
||||
assert out1.returncode == 0
|
||||
assert out2.returncode == 0
|
||||
assert "using cached dev shell" in out2.stderr
|
||||
assert "Executing shellHook." in out2.stderr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue