Re: [U-Boot] [PATCH 007/126] dm: test: Fix running of multiple test from command line

2019-10-06 Thread Bin Meng
On Fri, Oct 4, 2019 at 5:44 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present when multiple 'ut dm' commands are executed, all but the first > > is run with a flat tree, even if live tree is enabled. This is because the > > live tree node pointer is

Re: [U-Boot] [PATCH 007/126] dm: test: Fix running of multiple test from command line

2019-10-04 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present when multiple 'ut dm' commands are executed, all but the first > is run with a flat tree, even if live tree is enabled. This is because the > live tree node pointer is set to NULL and never restored. > > This does not affect

[U-Boot] [PATCH 007/126] dm: test: Fix running of multiple test from command line

2019-09-25 Thread Simon Glass
At present when multiple 'ut dm' commands are executed, all but the first is run with a flat tree, even if live tree is enabled. This is because the live tree node pointer is set to NULL and never restored. This does not affect normal test running, which just runs all the test in one go, but can