ysh-builtin-module () { run-file ysh-builtin-module "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" }
spec test index / oilshell.org
status | osh | |
pass | 3 | |
total | 3 | |
case | osh | description |
0 | pass | module |
1 | pass | is-main |
2 | pass | is-main with -c and stdin |
3 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped