On Fri, May 13, 2022 at 03:09:28PM -0400, Waiman Long wrote:
Commit 54de76c01239 ("kselftest/cgroup: fix test_stress.sh to use OUTPUT dir") changes the test_core command path from . to $OUTPUT. However, variable OUTPUT may not be defined if the command is run interactively. Fix that by using ${OUTPUT:-.} to cover both cases.
Signed-off-by: Waiman Long longman@redhat.com
Applied to cgroup/for-5.19.
Thanks, much appreciated.