citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit f1b42a229fee826ba572d0c64a7f0cbce5073a8e
parent 69fc49fc29441b4da316e61c1489a5d0ac0fd033
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 10 Aug 2016 00:46:23 -0600

tests: actually delete process_citrun_log

Diffstat:
Mtest/utils.sh | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/test/utils.sh b/test/utils.sh @@ -7,11 +7,3 @@ function setup export PATH="`pwd`/src:${PATH}" cd $tmpdir } - -function process_citrun_log -{ - sed -e "s,^.*: ,," \ - -e "s,'.*',''," \ - -e "s,(.*),()," \ - < citrun.log > citrun.log.proc -}