iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

tools: Add execution permission for f2fsslower.py #4857

Closed chenhengqi closed 9 months ago

chenhengqi commented 9 months ago

The CI fails with the following output:

29: .........................timeout: failed to run command ‘/bcc/tools/f2fsslower.py’: Permission denied

It is because the f2fsslower tool does not have x permission, so add it.