aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/exec/binfmt_script.py
Commit message (Collapse)AuthorAgeFilesLines
* selftests/exec: binfmt_script: Add the overall result line according to TAPMuhammad Usama Anjum2024-03-131-1/+9
| | | | | | | | | | | The following line is missing from the test's execution. Add it to make it fully TAP conformant: # Totals: pass:27 fail:0 xfail:0 xpass:0 skip:0 error:0 Signed-off-by: Muhammad Usama Anjum <[email protected]> Reviewed-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]>
* selftests/exec: Rename file binfmt_script to binfmt_script.pyMuhammad Usama Anjum2022-02-241-0/+171
Rename file for readability purpose. Update its usage and references. Signed-off-by: Muhammad Usama Anjum <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Shuah Khan <[email protected]>