tps: Fix hook execution with --profiling option
We already call prepare_for_profiling() in the _run() method which is called by check_call(), so we don't have to call it in execute_hooks(). This fixes hook execution failing with "Operation not permitted" when using the --profiling option.
Loading
Please register or sign in to comment