There was an error while loading. Please reload this page.
1 parent 5984004 commit 864920dCopy full SHA for 864920d
1 file changed
tools/pwnshop/src/pwnshop/commands/test.py
@@ -115,7 +115,7 @@ def test_challenge(challenge_path):
115
failed_tests += 1
116
failed.setdefault(challenge, []).append(test_path)
117
if output:
118
- console.print(output.rstrip("\n"))
+ console.print(output.rstrip("\n"), markup=False)
119
if challenge in failed:
120
failed_count += 1
121
else:
0 commit comments