Hello,
is there any easy way to run strace only on some testcases and not on whole
'make check' process?

Now I am using:

 strace -ff -o "coreutils.strace" \
 make -j$(nproc) check TESTS="$*" SUBDIRS=. VERBOSE=yes \
 RUN_VERY_EXPENSIVE_TESTS=yes RUN_EXPENSIVE_TESTS=yes

.. and it is not the right solution.

Have a nice day

Marek

Reply via email to