status | osh | osh-cpp | |
pass | 2 | 0 | |
FAIL | 0 | 2 | |
total | 2 | 2 | |
case | osh | osh-cpp | description |
0 | pass | FAIL | var x = $(echo bad; false) in OSH |
details | |||
1 | pass | FAIL | var x = $(echo one; false; echo two) in OSH |
details |
2 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
osh-cpp | 0 var x = $(echo bad; false) in OSH [osh-cpp status] Expected 1, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |
osh-cpp | 1 var x = $(echo one; false; echo two) in OSH [osh-cpp status] Expected 1, got -6 stdout: stderr: terminate called after throwing an instance of 'IndexError*' timeout: the monitored command dumped core |