status | osh | osh-cpp | |
FAIL | 2 | 2 | |
total | 2 | 2 | |
case | osh | osh-cpp | description |
0 | FAIL | FAIL | Kills the process with SIGTERM |
details | details | ||
1 | FAIL | FAIL | Kills the process with SIGKILL |
details | details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 0 Kills the process with SIGTERM [osh stdout] Expected '143\n', got '0\n' stdout: 0stderr: builtin kill -15 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |
osh-cpp | 0 Kills the process with SIGTERM [osh-cpp stdout] Expected '143\n', got '0\n' stdout: 0stderr: builtin kill -15 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |
osh | 1 Kills the process with SIGKILL [osh stdout] Expected '137\n', got '0\n' stdout: 0stderr: builtin kill -9 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |
osh-cpp | 1 Kills the process with SIGKILL [osh-cpp stdout] Expected '137\n', got '0\n' stdout: 0stderr: builtin kill -9 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |