spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 3 | 2 | |
FAIL | 0 | 1 | |
total | 3 | 3 | |
case | osh | osh_ALT | description |
0 | pass | FAIL | --builtin flag |
details | |||
1 | pass | pass | no path passed with --builtin flag |
2 | pass | pass | non-existent path passed to --builtin flag |
5 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh_ALT | 0 --builtin flag [osh_ALT stdout] Expected '2\n', got '' [osh_ALT status] Expected 0, got 1 stdout: stderr: source $LIB_YSH/math.ysh ^~~~~~~~ [ stdin ]:3: 'source' failed: No builtin file 'stdlib/ysh/math.ysh' source $LIB_YSH/math.ysh ^~~~~~ [ stdin ]:3: errexit PID 44207: command.Simple failed with status 1 |