2024-04-15 15:34:43

by Nícolas F. R. A. Prado

[permalink] [raw]
Subject: [PATCH 0/2] selftests: Make sh helper and power supply test POSIX-compliant

The patches in this series make the ktap sh helper and the power_supply
selftest POSIX-compliant. Tested with bash, dash and busybox ash.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
---
Nícolas F. R. A. Prado (2):
selftests: ktap_helpers: Make it POSIX-compliant
selftests: power_supply: Make it POSIX-compliant

tools/testing/selftests/kselftest/ktap_helpers.sh | 4 ++--
tools/testing/selftests/power_supply/test_power_supply_properties.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 7e74ee01d1754156ed3706b61e793fbd46f5cd7b
change-id: 20240415-supply-selftest-posix-sh-aee99cf85e8f

Best regards,
--
Nícolas F. R. A. Prado <[email protected]>



2024-04-24 13:38:19

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH 0/2] selftests: Make sh helper and power supply test POSIX-compliant

On 4/15/24 09:32, Nícolas F. R. A. Prado wrote:
> The patches in this series make the ktap sh helper and the power_supply
> selftest POSIX-compliant. Tested with bash, dash and busybox ash.
>
> Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
> ---
> Nícolas F. R. A. Prado (2):
> selftests: ktap_helpers: Make it POSIX-compliant
> selftests: power_supply: Make it POSIX-compliant
>
> tools/testing/selftests/kselftest/ktap_helpers.sh | 4 ++--
> tools/testing/selftests/power_supply/test_power_supply_properties.sh | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
> ---
> base-commit: 7e74ee01d1754156ed3706b61e793fbd46f5cd7b
> change-id: 20240415-supply-selftest-posix-sh-aee99cf85e8f
>
> Best regards,

Thank you. Applied the patches to linux-kselftest next for Linux 6.10-rc1

thanks,
-- Shuah