diff options
author | Loïc Hoguin <[email protected]> | 2014-08-01 11:10:10 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-08-01 11:10:10 +0200 |
commit | 4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194 (patch) | |
tree | 7316468a400def5f648a48f90b9d427ee84f3c6f /all.sh | |
parent | b536940ccfe1a9454e4d000c1c1d9ac4d07d0b3a (diff) | |
download | cowlib-4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194.tar.gz cowlib-4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194.tar.bz2 cowlib-4b4b7f6e80a3e53d77a37501b84e5c7b66b9e194.zip |
Update list of tested releases
Diffstat (limited to 'all.sh')
-rwxr-xr-x | all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |