Results for process-sub.test.sh

casebashzshoshosh_ALTosh-byterundescription
0pass pass pass pass FAIL Process sub input
details
1pass pass pass pass FAIL Process sub output
details
2pass pass pass pass FAIL Non-linear pipeline with >()
details

12 passed, 0 ok, 0 known unimplemented, 0 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

osh-byterun0 Process sub input

[osh-byterun stdout] Expected '1\n2\n2\n3\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun1 Process sub output

[osh-byterun stdout] Expected '3\n2\n1\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun2 Non-linear pipeline with >()

[osh-byterun stdout] Expected 'OUT\nwarning: e2\no2\no1\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend