ysh-source () { run-file ysh-source "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" } ysh-source: spec test case results

Results for ysh-source.test.sh

statusoshosh_ALT
pass 33
total33
caseoshosh_ALTdescription
0pass pass --builtin flag
1pass pass no path passed with --builtin flag
2pass pass non-existant path passed to --builtin flag
6 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped