Skip to content

tests: Print the line number of the probe when a test fails.

Currently, if a probe fails, it will print the line number of the [test] block the probe is in, not the line number of the probe itself. This makes it somewhat difficult to debug.

This commit makes it print the line number of the probe as well.

CC @zfigura

Merge request reports

Loading