On 7/18/22 20:10, Shin'ichiro Kawasaki wrote: > The "new" script adds script files for a new test case to the specified > test group. However, this file addition fails when the user specifies > non-existing new test group name as the target test group. The failure > happens because the "new" script assumes the target test group directory > has at least one test case, but this is not true when a new group is > created. Fix this by checking the existence of the test cases in the > target test group. > > Fixes: b1e29e775872 ("Create test name from most recently used test number") > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck