]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: rewrite test argv line wrapper in Python
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 30 Aug 2019 12:22:54 +0000 (13:22 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 4 Dec 2019 13:44:15 +0000 (13:44 +0000)
commit504f83195709191fe417e2532919dc5c162ee141
tree3050bc13885f5606df04226e867726c401f77574
parente0314b6855249f9bf18d9a54ede6fb28c9b38e03
tests: rewrite test argv line wrapper in Python

As part of a goal to eliminate Perl from libvirt build tools,
rewrite the test-wrap-argv.pl tool in Python.

This was a straight conversion, manually going line-by-line to
change the syntax from Perl to Python. Thus the overall structure
of the file and approach is the same.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am
build-aux/syntax-check.mk
scripts/test-wrap-argv.py [new file with mode: 0755]
tests/test-wrap-argv.pl [deleted file]
tests/testutils.c