aboutsummaryrefslogtreecommitdiffstats
path: root/all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'all.sh')
-rwxr-xr-xall.sh2
1 files changed, 1 insertions, 1 deletions
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