Re: [PATCH 12/51] tests: Use g_mkdir_with_parents()

2022-08-26 Thread Bin Meng
On Thu, Aug 25, 2022 at 1:58 AM Dr. David Alan Gilbert wrote: > > * Bin Meng (bmeng...@gmail.com) wrote: > > From: Bin Meng > > > > Use the same g_mkdir_with_parents() call to create a directory on > > all platforms. > > > > Signed-off-by: Bin Meng > > Reviewed-by: Dr. David Alan Gilbert > > >

Re: [PATCH 12/51] tests: Use g_mkdir_with_parents()

2022-08-24 Thread Dr. David Alan Gilbert
* Bin Meng (bmeng...@gmail.com) wrote: > From: Bin Meng > > Use the same g_mkdir_with_parents() call to create a directory on > all platforms. > > Signed-off-by: Bin Meng Reviewed-by: Dr. David Alan Gilbert > --- > > tests/migration/stress.c | 2 +- > tests/qtest/migration-tes

[PATCH 12/51] tests: Use g_mkdir_with_parents()

2022-08-24 Thread Bin Meng
From: Bin Meng Use the same g_mkdir_with_parents() call to create a directory on all platforms. Signed-off-by: Bin Meng --- tests/migration/stress.c | 2 +- tests/qtest/migration-test.c | 6 +++--- tests/unit/test-crypto-tlscredsx509.c | 4 ++-- tests/unit/test-crypto-tl