diff --git a/projects/rocr-runtime/rocrtst/suites/functional/ipc.cc b/projects/rocr-runtime/rocrtst/suites/functional/ipc.cc index c60193a23a..c355995841 100644 --- a/projects/rocr-runtime/rocrtst/suites/functional/ipc.cc +++ b/projects/rocr-runtime/rocrtst/suites/functional/ipc.cc @@ -589,6 +589,7 @@ void IPCTest::Run(void) { ParentProcessImpl(); } else { ChildProcessImpl(); + exit(0); } return;