Skip to content

Commit

Permalink
fix dmesg and strace
Browse files Browse the repository at this point in the history
  • Loading branch information
debnatkh committed Jan 21, 2025
1 parent af45edf commit a50550a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/storage/core/tools/testing/fio/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def monitor_fio_progress():
) as strace_output:
try:
subprocess.run(
["strace", "-p", str(pid)],
["sudo", "strace", "-p", str(pid)],
stdout=strace_output,
stderr=strace_output,
timeout=10,
Expand Down

0 comments on commit a50550a

Please sign in to comment.