changeset 113:41dea7ad4ff7

build: set -x in valgrind.sh
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 29 Aug 2019 22:47:46 +0200
parents 1af6d03bdc82
children 4107207b761d
files valgrind.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/valgrind.sh	Thu Aug 29 22:27:46 2019 +0200
+++ b/valgrind.sh	Thu Aug 29 22:47:46 2019 +0200
@@ -3,6 +3,8 @@
 # Expects a list of test executables as arguments.
 # Run this using `make valgrind` from the build directory.
 
+set -x
+
 VALGRIND=valgrind
 VALGRIND_ARGS="--leak-check=full --track-origins=yes"