coverage: Allow removal of valgrind
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 14 Feb 2019 10:41:21 +0000 (11:41 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Mar 2019 11:18:29 +0000 (12:18 +0100)
commit4122bb2ac2ce5966c53baee66b4649d369fdeea3
treef25b79e2adb9adf12159d8c94b34baba6b5866f4
parent6f192ac5b7aeca2070a02e74397a2c97977147ca
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