diff options
Diffstat (limited to 'tests/topotests/bgp_multiview_topo1/peer1')
-rwxr-xr-x | tests/topotests/bgp_multiview_topo1/peer1/exa-receive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_multiview_topo1/peer1/exa-receive.py b/tests/topotests/bgp_multiview_topo1/peer1/exa-receive.py index 8e65f1ae9..5334ea536 100755 --- a/tests/topotests/bgp_multiview_topo1/peer1/exa-receive.py +++ b/tests/topotests/bgp_multiview_topo1/peer1/exa-receive.py @@ -13,7 +13,7 @@ peer = int(argv[1]) # When the parent dies we are seeing continual newlines, so we only access so many before stopping counter = 0 -routesavefile = open('/tmp/peer%s-received' % peer, 'w') +routesavefile = open('/tmp/peer%s-received.log' % peer, 'w') while True: try: |