Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 07e64488 authored by Mark Brown's avatar Mark Brown Committed by Will Deacon
Browse files

kselftest: arm64: Fix exit code of sve-ptrace


We track if sve-ptrace encountered a failure in a variable but don't
actually use that value when we exit the program, do so.

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210309190304.39169-1-broonie@kernel.org


Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent d15dfd31
Branches
Tags
No related merge requests found
......@@ -332,5 +332,5 @@ int main(void)
ksft_print_cnts();
return 0;
return ret;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment