| status | ysh | ysh_ALT | |
| FAIL | 1 | 1 | |
| total | 1 | 1 | |
| case | ysh | ysh_ALT | description |
| 0 | FAIL | FAIL | Basic help message |
| details | details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| ysh | 0 Basic help message [ysh stdout] Expected 'usage: program-name [-h] [-v] src dst\n\nReference Implementation\n\npositional arguments:\n src\n dst\n\noptions:\n -h, --help show this help message and exit\n -v, --verbose Verbose\n' Got '' [ysh status] Expected 0, got 127 stdout: stderr: description '''
^~~~~~~~~~~
[ stdin ]:4: Command 'description' not found (OILS-ERR-100)
[ stdin ]:4: errexit PID 8952: Command failed with status 127
|
| ysh_ALT | 0 Basic help message [ysh_ALT stdout] Expected 'usage: program-name [-h] [-v] src dst\n\nReference Implementation\n\npositional arguments:\n src\n dst\n\noptions:\n -h, --help show this help message and exit\n -v, --verbose Verbose\n' Got '' [ysh_ALT status] Expected 0, got 1 stdout: stderr: source $LIB_YSH/args.ysh
^~~~~~~~
[ stdin ]:1: 'source' failed: No builtin file 'stdlib/ysh/args.ysh'
source $LIB_YSH/args.ysh
^~~~~~
[ stdin ]:1: errexit PID 8955: Command failed with status 1
|