spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 2 | 2 | |
FAIL | 1 | 1 | |
total | 3 | 3 | |
case | osh | osh_ALT | description |
0 | FAIL | FAIL | module |
details | details | ||
1 | pass | pass | is-main |
2 | pass | pass | is-main with -c and stdin |
4 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 0 module [osh stdout] Expected 'common\nmodule1\n', got '' stdout: stderr: module 'main' || return 0 ^~~~~~ [ stdin ]:3: 'module' not found (OILS-ERR-100) |
osh_ALT | 0 module [osh_ALT stdout] Expected 'common\nmodule1\n', got '' stdout: stderr: module 'main' || return 0 ^~~~~~ [ stdin ]:3: 'module' not found (OILS-ERR-100) |