diff options
| author | Christian Hopps <chopps@labn.net> | 2024-08-21 22:03:48 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-08-21 22:07:25 -0400 |
| commit | 436e4d97553d351e97e03b61f89a019e36e67694 (patch) | |
| tree | 28c0c635010fe0e9f21ca296f777e03e4e44fbc4 /tests/topotests/lib/grpc-query.py | |
| parent | 5989d1cf78e3849319445321ce2ce901e35b5717 (diff) | |
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 <chopps@labn.net>
Diffstat (limited to 'tests/topotests/lib/grpc-query.py')
| -rwxr-xr-x | tests/topotests/lib/grpc-query.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
