Browse Source

Update list of tested releases

Loïc Hoguin 11 years ago
parent
commit
4b4b7f6e80
1 changed files with 2 additions and 2 deletions
  1. 2 2
      all.sh

+ 2 - 2
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