From 723f1b1883e7834784eab772d74d9ede299f145b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 29 Dec 2013 14:41:48 +0100 Subject: Add a label to ct runs when testing across all Erlang releases --- all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all.sh') diff --git a/all.sh b/all.sh index 1470e96..8f6032b 100755 --- a/all.sh +++ b/all.sh @@ -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 -- cgit v1.2.3