spec test index / oilshell.org
status | osh | |
pass | 2 | |
FAIL | 1 | |
total | 3 | |
case | osh | description |
0 | FAIL | --builtin flag |
details | ||
1 | pass | no path passed with --builtin flag |
2 | pass | non-existent path passed to --builtin flag |
2 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 0 --builtin flag [osh stdout] Expected '2\n', got '' [osh status] Expected 0, got 2 stdout: stderr: for i in (1 .. len(list)) { ^~ stdlib/ysh/math.ysh:23: Use 1..<5 for an open range, or 1..=5 for a closed range source $LIB_YSH/math.ysh ^~~~~~ [ stdin ]:3: errexit PID 40710: command.Simple failed with status 2 |