diff options
author | Loïc Hoguin <[email protected]> | 2014-03-22 18:58:20 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-03-22 18:58:20 +0100 |
commit | 71687949a5cb1a98fccf495c8b4a6b1b58c82697 (patch) | |
tree | 384aa69d3fda854eb6eda011f56dfbd2e50fc86c | |
parent | aca97c9e967779557f19d1df4af6c7b51244fdc7 (diff) | |
download | cowlib-71687949a5cb1a98fccf495c8b4a6b1b58c82697.tar.gz cowlib-71687949a5cb1a98fccf495c8b4a6b1b58c82697.tar.bz2 cowlib-71687949a5cb1a98fccf495c8b4a6b1b58c82697.zip |
Remove a warning when running all.sh
-rwxr-xr-x | all.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,8 +11,6 @@ do echo " TESTING $rel" echo . $KERL_INSTALL_PATH/$rel/activate - cp ~/.kerl/builds/$rel/otp_src_*/lib/ssl/test/erl_make_certs.erl \ - deps/ct_helper/src/ CT_OPTS="-label $rel" make tests done |