coverage: Allow removal of valgrind 17/20817/1
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 14 Feb 2019 10:41:21 +0000 (11:41 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Wed, 27 Mar 2019 09:48:40 +0000 (10:48 +0100)
commit6b702024c9e6d06c74fccc20122f24a72560d54b
tree6552dfc93aea02399f973a94869e295476cbf425
parent51b8ff088991a18d744b6b86430afc8d83c4fcd8
coverage: Allow removal of valgrind

It can be usefull for debugging with gdb to
avoid the use of valgrind in the test.

This can be done by setting the environment
NOVALGRIND to any not empty value.

Also add more temporary files to ignore.

Change-Id: I853eb566607aa7ec87c356ee3acd9b1fa658b659
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
coverage/.gitignore
coverage/scripts/run-test.sh