mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
gcov: remove double-slash from the sed script (v2)
$ echo test//home/avagin/git/criu test//home/avagin/git/criu v2: use double quotes to run pwd Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
b428a3a2fb
commit
0195c99945
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -200,7 +200,7 @@ gcov:
|
|||
cp criu/*.{gcno,c,h} test/`pwd`/criu/ && \
|
||||
geninfo --output-filename gcov/crtools.h.info --no-recursion criu/ && \
|
||||
geninfo --output-filename gcov/crtools.ns.info --no-recursion test/`pwd`/criu/ && \
|
||||
sed -i 's#/test/`pwd`##' gcov/crtools.ns.info && \
|
||||
sed -i "s#/test`pwd`##" gcov/crtools.ns.info && \
|
||||
cd gcov && \
|
||||
lcov --rc lcov_branch_coverage=1 --add-tracefile crtools.h.info \
|
||||
--add-tracefile crtools.ns.info --output-file criu.info && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue