From f24157851bc41ed72df3d7c8e8bb90e8212e292a Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Sun, 26 Sep 2021 01:51:53 -0400 Subject: [PATCH] tests: fix missing space in --valgrind-extra option Signed-off-by: Christian Hopps --- tests/topotests/lib/topotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py index 947ea196b6..6ee000b0f4 100644 --- a/tests/topotests/lib/topotest.py +++ b/tests/topotests/lib/topotest.py @@ -1725,7 +1725,7 @@ class Router(Node): ) if valgrind_extra: cmdenv += ( - "--gen-suppressions=all --expensive-definedness-checks=yes" + " --gen-suppressions=all --expensive-definedness-checks=yes" ) elif daemon in strace_daemons or "all" in strace_daemons: cmdenv = "strace -f -D -o {1}/{2}.strace.{0} ".format( -- 2.39.5