Skip to content

run: raise a meaningful error message if trace-cmd is not installed

Javi Merino requested to merge github/fork/JaviMerino/fix_28 into master

The current error message when trace-cmd is not installed is just "File not found" without even saying which file is not present, which is very confusing. Raise a more meaningful error message if we couldn't find trace-cmd in PATH.

This fixes #28 (closed)

Merge request reports