diff options
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="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 |