diff options
author | Gautam <[email protected]> | 2022-06-25 19:24:55 +0530 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2022-06-27 14:14:01 -0600 |
commit | 3297a4df805d4263506b6dfec4d1bbeff8862dd8 (patch) | |
tree | 5cd35e63269915fc3b6e5c9b49f49ebac087657d /scripts/gdb/linux/utils.py | |
parent | 3d6c1dfb1f75d856cb6247aab7c2dcca45de5cd4 (diff) |
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 <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions