]> git.proxmox.com Git - mirror_frr.git/commit
tests: ignore Windows vs Unix style newlines
authorGalaxyGorilla <sascha@netdef.org>
Tue, 17 Nov 2020 13:11:34 +0000 (13:11 +0000)
committerGalaxyGorilla <sascha@netdef.org>
Tue, 17 Nov 2020 13:19:44 +0000 (13:19 +0000)
commit6fc170c5afc188cf9253f177fc7478595e4cafee
treec18865613b9a006938cfa66871bd070735eaa73a
parentb1545a5c598b4f9a846126b94c33b792bae7f2e4
tests: ignore Windows vs Unix style newlines

Within unit tests the output of vtysh commands is compared to hand
made reference files. For some reason the output of those vtysh
commands contains Windows Style newlines which results in error
outputs which make it hard to identify this problem.

Since there seems to be no benefit in checking those newlines
anyway this commit just normalizes them.

Signed-off-by: GalaxyGorilla <sascha@netdef.org>
tests/helpers/python/frrtest.py