diff options
author | Loïc Hoguin <[email protected]> | 2013-12-29 14:41:48 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-12-29 14:41:48 +0100 |
commit | 723f1b1883e7834784eab772d74d9ede299f145b (patch) | |
tree | dbd0fb7890516719d7ee3830154a5f3ce00a751c /all.sh | |
parent | 0fbcef3f47ccd344cbf8b321c7fd827e549c7a51 (diff) | |
download | ranch-723f1b1883e7834784eab772d74d9ede299f145b.tar.gz ranch-723f1b1883e7834784eab772d74d9ede299f145b.tar.bz2 ranch-723f1b1883e7834784eab772d74d9ede299f145b.zip |
Add a label to ct runs when testing across all Erlang releases
Diffstat (limited to 'all.sh')
-rwxr-xr-x | all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ do . $KERL_INSTALL_PATH/$rel/activate cp ~/.kerl/builds/$rel/otp_src_*/lib/ssl/test/erl_make_certs.erl \ deps/ct_helper/src/ - make tests + CT_OPTS="-label $rel" make tests done xdg-open logs/all_runs.html |