mbox series

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

Message ID 20240415-supply-selftest-posix-sh-v1-0-328f008d698d@collabora.com
Headers show
Series selftests: Make sh helper and power supply test POSIX-compliant | expand

Message

Nícolas F. R. A. Prado April 15, 2024, 3:32 p.m. UTC
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 <nfraprado@collabora.com>
---
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,

Comments

Shuah Khan April 24, 2024, 1:33 p.m. UTC | #1
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 <nfraprado@collabora.com>
> ---
> 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