aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 11:10:10 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 11:10:10 +0200
commit4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194 (patch)
tree7316468a400def5f648a48f90b9d427ee84f3c6f
parentb536940ccfe1a9454e4d000c1c1d9ac4d07d0b3a (diff)
downloadcowlib-4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194.tar.gz
cowlib-4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194.tar.bz2
cowlib-4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194.zip
Update list of tested releases
-rwxr-xr-xall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/all.sh b/all.sh
index b307ec6..fa9dd16 100755
--- a/all.sh
+++ b/all.sh
@@ -1,9 +1,9 @@
#!/bin/sh
KERL_INSTALL_PATH=~/erlang
-KERL_RELEASES="r15b r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 maint master"
+KERL_RELEASES="r15b r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 17.1.2"
-make build-tests
+make build-ct-suites
for rel in $KERL_RELEASES
do