testing: ostest: Fix task_restart test

Summary:
- This commit fixes the task_restart test for the 2nd time execution

Impact:
- None

Testing:
- sim:ostest

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2022-10-20 22:48:27 +09:00 committed by Xiang Xiao
parent e69a032f20
commit ee7b47ba4e

View File

@ -166,6 +166,9 @@ void restart_test(void)
setenv(g_varname, g_varvalue, TRUE); /* Variable1=GoodValue1 */
#endif
/* Initialize global variables */
g_restartstep = 0;
sem_init(&g_sem, 0, 0);
/* Start the task */