Skip to content

Commit

Permalink
fix: tests permission failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Almas-Ali committed Oct 27, 2024
1 parent b8fbae7 commit 3c98740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def dump(self, path: str) -> None:

def run_test(test: str) -> Output:
proc = subprocess.run(
[sys.executable, "radon.py", "-s", test, "-aall"], stdout=subprocess.PIPE, stderr=subprocess.PIPE
[sys.executable, "radon.py", "-s", test, "-A"], stdout=subprocess.PIPE, stderr=subprocess.PIPE
)
return Output(
proc.returncode,
Expand Down

0 comments on commit 3c98740

Please sign in to comment.