From 436e4d97553d351e97e03b61f89a019e36e67694 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Wed, 21 Aug 2024 22:03:48 -0400 Subject: [PATCH] tests: dont print sys.path when running grpc-query.py Don't print the sys.path when running grpc-query.py. Doing so was causing tests to fail. Signed-off-by: Christian Hopps --- tests/topotests/lib/grpc-query.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/topotests/lib/grpc-query.py b/tests/topotests/lib/grpc-query.py index 13b63614c7..cc7b1ad207 100755 --- a/tests/topotests/lib/grpc-query.py +++ b/tests/topotests/lib/grpc-query.py @@ -40,7 +40,6 @@ try: try: sys.path[0:0] = [tmpdir] - print(sys.path) import frr_northbound_pb2 import frr_northbound_pb2_grpc