On Thu, 23 Jan 2020, Igor Mammedov wrote:
Use GString to pass argument to make_cli() so that it would be easy
to dynamically change test case arguments from main(). The follow up
patch will use it to change RAM size options depending on target.

While at it cleanup 'cli' freeing, using g_autofree annotation.

Signed-off-by: Igor Mammedov <imamm...@redhat.com>
---
v3:
 * s/strcmp/g_str_equal/
   (Thomas Huth <th...@redhat.com>)
 * use pair make_cli/qtest_init instead of qtest_initf
PS:
 made as a separate patch so it won't clutter followup testcase changes.

CC: th...@redhat.com
CC: lviv...@redhat.com
---
tests/qtest/numa-test.c | 108 ++++++++++++++++++++++++------------------------
1 file changed, 54 insertions(+), 54 deletions(-)

Title of this and next (80/80) patch is probably better written as tests/numa-test: to follow usual patch titles but this may not be too important.

Regards,
BALATON Zoltan

Reply via email to