8000 nit · python/pyperformance@d2063ba · GitHub
[go: up one dir, main page]

Skip to content

Commit d2063ba

Browse files
committed
nit
1 parent aed4849 commit d2063ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run_pyperformance(self, cmd, *args,
7070
onfail=None,
7171
verbose=verbose,
7272
)
73-
if exitcode is True:
73+
if exitcode == True:
7474
self.assertGreater(ec, 0, repr(stdout))
7575
else:
7676
self.assertEqual(ec, exitcode, repr(stdout))

0 commit comments

Comments
 (0)
0