jerryscript-project / js-remote-test

This repository is includes the automatic test results of iotjs
3 stars 16 forks source link

Handle the return values of subprocesses in the Travis script. #207

Closed rtakacs closed 6 years ago

rtakacs commented 6 years ago

After #204, the return values of the subprocesses are not handled, so each executed command could be passed even if a command is failed.

Note: this patch has a bit refactor as well.