diff options
author | Jean-Sébastien Pédron <[email protected]> | 2015-10-12 15:34:45 +0200 |
---|---|---|
committer | Jean-Sébastien Pédron <[email protected]> | 2015-10-22 09:20:19 +0200 |
commit | aa6c060fca42d7a38f3b91cf334a3544f8346afa (patch) | |
tree | 2a98377fa588d911d7857ab8bf29a5de0e8bd0ba /index/websocket_client.mk | |
parent | d9c4a25dc182590703fbf55bc8d4ea6af8f7e834 (diff) | |
download | erlang.mk-aa6c060fca42d7a38f3b91cf334a3544f8346afa.tar.gz erlang.mk-aa6c060fca42d7a38f3b91cf334a3544f8346afa.tar.bz2 erlang.mk-aa6c060fca42d7a38f3b91cf334a3544f8346afa.zip |
Do not try to execute an empty shell script in core-plugins-one test
The previous code did:
if `<code that prints nothing on stdout>`; then ...
So the test failed but not for the good reason. The forked shell
printed:
/bin/sh: gmake[2]:: not found
Now, both "Run 'make ...'" tests are simplified and do not rely on
backticks and test(1) anymore. Either the output is inspected or the
exit code is checked.
Diffstat (limited to 'index/websocket_client.mk')
0 files changed, 0 insertions, 0 deletions