We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd018b1 commit 7eb13a2Copy full SHA for 7eb13a2
1 file changed
test/test_scorep.py
@@ -30,7 +30,7 @@ def call(arguments, expected_returncode=0, env=None):
30
returncode = p.returncode
31
if returncode:
32
print(stderr)
33
- assert out.returncode == expected_returncode
+ assert returncode == expected_returncode
34
return stdout.decode("utf-8"), stderr.decode("utf-8")
35
36
0 commit comments