Results for ysh-keywords.test.sh

statusysh
FAIL 2
total2
caseyshdescription
0FAIL = to pretty print
details
1FAIL 'call' to ignore return value
details
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

ysh0 = to pretty print

[ysh stdout] Expected '(Int) 7\n', got ''
[ysh status] Expected 0, got 1
[ysh stderr] Found 'Traceback (most recent'

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/uke/oil/bin/oils_for_unix.py", line 20, in <module>
    import posix_ as posix
ImportError: No module named posix_
ysh1 'call' to ignore return value

[ysh stdout] Expected 'a\nb\nc\n5\n6\n7\n__\n5\n6\n', got ''
[ysh status] Expected 0, got 1
[ysh stderr] Found 'Traceback (most recent'

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/uke/oil/bin/oils_for_unix.py", line 20, in <module>
    import posix_ as posix
ImportError: No module named posix_