ysh-xtrace () { run-file ysh-xtrace "$@" } 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 | 19 | |
| total | 19 | |
| case | osh | description |
| 0 | pass | Customize PS4 |
| 1 | pass | xtrace_details doesn't show [[ ]] etc. |
| 2 | pass | xtrace_details AND xtrace_rich on |
| 3 | pass | proc and shell function |
| 4 | pass | eval |
| 5 | pass | source |
| 6 | pass | external and builtin |
| 7 | pass | subshell |
| 8 | pass | command sub |
| 9 | pass | process sub (nondeterministic) |
| 10 | pass | pipeline (nondeterministic) |
| 11 | pass | singleton pipeline |
| 12 | pass | Background pipeline (separate code path) |
| 13 | pass | Background process with fork and & (nondeterministic) |
| 14 | pass | Here doc |
| 15 | pass | Two here docs |
| 16 | pass | Here doc greater than 4096 bytes |
| 17 | pass | Control Flow |
| 18 | pass | Encoded argv uses shell encoding, not J8 |
19 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped