Commit dd72dd7c authored by Mark Brown's avatar Mark Brown Committed by Catalin Marinas

kselftest/arm64: Flag fp-stress as exiting when we begin finishing up

Once we have started exiting the termination handler will have the same
effect as what we're already running so set the termination flag at that
point.
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220921181345.618085-3-broonie@kernel.orgSigned-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent c38d381f
...@@ -522,6 +522,7 @@ int main(int argc, char **argv) ...@@ -522,6 +522,7 @@ int main(int argc, char **argv)
} }
ksft_print_msg("Finishing up...\n"); ksft_print_msg("Finishing up...\n");
terminate = true;
for (i = 0; i < tests; i++) for (i = 0; i < tests; i++)
child_stop(&children[i]); child_stop(&children[i]);
......
Markdown is supported
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