| status | osh | |
| FAIL | 3 | |
| total | 3 | |
| case | osh | description |
| 0 | FAIL | --builtin flag |
| details | ||
| 1 | FAIL | no path passed with --builtin flag |
| details | ||
| 2 | FAIL | non-existent path passed to --builtin flag |
| details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| osh | 0 --builtin flag [osh stdout] Expected '2\n' Got '' [osh status] Expected 0 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 16, in <module>
from core import value
ImportError: cannot import name value
|
| osh | 1 no path passed with --builtin flag [osh status] Expected 2 Got 1 [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 16, in <module>
from core import value
ImportError: cannot import name value
|
| osh | 2 non-existent path passed to --builtin flag [osh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 27, in <module>
from core import shell
File "/home/uke/oil/core/shell.py", line 40, in <module>
from builtin import dirs_osh
File "/home/uke/oil/builtin/dirs_osh.py", line 16, in <module>
from core import value
ImportError: cannot import name value
|