]> git.baikalelectronics.ru Git - kernel.git/commit
kselftests: Enable the echo command to print newlines in Makefile
authorGautam <gautammenghani201@gmail.com>
Sat, 25 Jun 2022 13:54:55 +0000 (19:24 +0530)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 27 Jun 2022 20:14:01 +0000 (14:14 -0600)
commit68c1b453e2430a4417bc65b83d7b53ce3d0e07ee
tree5cd35e63269915fc3b6e5c9b49f49ebac087657d
parent8922d4a865135271ddb0bbd7a8c289c090823b43
kselftests: Enable the echo command to print newlines in Makefile

In the install section of the main Makefile of kselftests, the echo
command is used with -n flag, which disables the printing of new line
due to which the output contains "\n" chars as follows:

  Emit Tests for alsa\nSkipping non-existent dir: arm64
  Emit Tests for breakpoints\nEmit Tests for capabilities\n

This patch fixes the above bug by using the -e flag.

Signed-off-by: Gautam <gautammenghani201@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/Makefile