]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: fix missing space in --valgrind-extra option
authorChristian Hopps <chopps@labn.net>
Sun, 26 Sep 2021 05:51:53 +0000 (01:51 -0400)
committerChristian Hopps <chopps@labn.net>
Fri, 22 Oct 2021 17:44:47 +0000 (17:44 +0000)
Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/lib/topotest.py

index 947ea196b6d3abccbb584e45a2536f509c99c853..6ee000b0f4fdad29c397db12cd10763c62d35a2c 100644 (file)
@@ -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(