fix: test runner did not terminate
This commit is contained in:
parent
ec720e7617
commit
499b318018
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -130,6 +130,7 @@ main(int argc, const char** argv)
|
||||||
if(global_config.run_type == RUN_TYPE_TEST)
|
if(global_config.run_type == RUN_TYPE_TEST)
|
||||||
{
|
{
|
||||||
runner_test(this_controller);
|
runner_test(this_controller);
|
||||||
|
terminate(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue