Results for osh-bugs.test.sh

statusoshosh-cpp
pass 20
FAIL 02
total22
caseoshosh-cppdescription
0pass FAIL var x = $(echo bad; false) in OSH
details
1pass 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

Details on runs that didn't PASS

osh-cpp0 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-cpp1 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