[libvirt PATCH 0/5] tests: commandtest: use g_auto more

Ján Tomko posted 5 patches 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1595979625.git.jtomko@redhat.com
tests/commandtest.c | 327 ++++++++++++++------------------------------
1 file changed, 105 insertions(+), 222 deletions(-)
[libvirt PATCH 0/5] tests: commandtest: use g_auto more
Posted by Ján Tomko 3 years, 8 months ago
Ján Tomko (5):
  tests: commandtest: remove unused 'prefix' parameter
  tests: commandtest: use g_autofree
  tests: commandtest: use g_autoptr for virCommand
  tests: commandtest: use VIR_AUTOCLOSE
  tests: commandtest: drop unnecessary labels

 tests/commandtest.c | 327 ++++++++++++++------------------------------
 1 file changed, 105 insertions(+), 222 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/5] tests: commandtest: use g_auto more
Posted by Laine Stump 3 years, 8 months ago
On 7/28/20 7:40 PM, Ján Tomko wrote:
> Ján Tomko (5):
>    tests: commandtest: remove unused 'prefix' parameter
>    tests: commandtest: use g_autofree
>    tests: commandtest: use g_autoptr for virCommand
>    tests: commandtest: use VIR_AUTOCLOSE
>    tests: commandtest: drop unnecessary labels
>
>   tests/commandtest.c | 327 ++++++++++++++------------------------------
>   1 file changed, 105 insertions(+), 222 deletions(-)
>
For the series:


Reviewed-by: Laine Stump <laine@redhat.com>