Results for ysh-builtin-module.test.sh

statusosh
pass 4
FAIL 1
total5
caseoshdescription
0pass source-guard is an old way of preventing redefinition - could remove it
1pass is-main
2pass is-main with -c and stdin
3FAIL use foo.ysh creates a value.Obj
details
4pass use builtin usage
4 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh3 use foo.ysh creates a value.Obj

[osh stdout] Expected '', got '(Obj) {"x":1} ==> {}\n(Obj) {}\n'
[osh status] Expected 0, got 1

stdout:
(Obj)   {"x":1} ==> {}
(Obj)   {}
stderr:
m /home/uke/oil/spec/testdata/module2/util.ysh
  pp test_ (util)
            ^~~~
[ stdin ]:9: fatal: Undefined variable 'util'