test: exit with status code 1 in spawn_helper4
Fixes broken test spawn_and_kill.
This commit is contained in:
parent
31ecdcf3a4
commit
e56c1d7a60
@ -71,7 +71,7 @@ static int maybe_run_test(int argc, char **argv) {
|
||||
|
||||
if (strcmp(argv[1], "spawn_helper4") == 0) {
|
||||
uv_sleep(10000);
|
||||
return 100;
|
||||
return 1;
|
||||
}
|
||||
|
||||
return run_test(argv[1], TEST_TIMEOUT, 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user