aboutsummaryrefslogtreecommitdiffstats
path: root/all.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 14:26:51 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 14:26:51 +0200
commit62de3a62f9981c3fe436cb50465d10b17ee9678b (patch)
tree9aadc520fa7d8845becea7cd1f885e77e8003f0f /all.sh
parent9e437e811939a1602d5737f2f9a5461b53f64b2f (diff)
downloadcowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.tar.gz
cowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.tar.bz2
cowboy-62de3a62f9981c3fe436cb50465d10b17ee9678b.zip
Update to erlang.mk 1.0.0
Diffstat (limited to 'all.sh')
-rwxr-xr-xall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/all.sh b/all.sh
index 9dad903..32b8302 100755
--- a/all.sh
+++ b/all.sh
@@ -1,9 +1,9 @@
#!/bin/sh
KERL_INSTALL_PATH=~/erlang
-KERL_RELEASES="r16b r16b01 r16b02 r16b03-1 17.0 17.1.2"
+KERL_RELEASES="r16b01 r16b02 r16b03-1 17.0 17.1.2"
-make build-tests
+make build-ct-suites
for rel in $KERL_RELEASES
do