Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst_test.sh: lib: Print tested kernel and arch
Similarly to previous commit this helps reviewing tests posted on ML or github issue (reporters sometimes don't include this info). Use 'uname -a' (print more info than what is printed in C API). Missing 'uname' binary (or busybox symlink) does not break test (just the output is mangled), thus 'uname' presence is not tested/required. Link: https://lore.kernel.org/ltp/[email protected]/ Reviewed-by: Avinesh Kumar <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
- Loading branch information