aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-22 13:18:23 +0200
committerLoïc Hoguin <[email protected]>2015-08-22 13:18:23 +0200
commit4473a0eca95ae91c635ce379c7612a944800c62b (patch)
treef63bdd2b736b3c8346f20a05a30d313bb93de3e9
parent21fc9ca8f3b6c7446d618964042b3653b2b11eda (diff)
downloadranch-4473a0eca95ae91c635ce379c7612a944800c62b.tar.gz
ranch-4473a0eca95ae91c635ce379c7612a944800c62b.tar.bz2
ranch-4473a0eca95ae91c635ce379c7612a944800c62b.zip
Remove all.sh file, superseded by 'make ci'
-rwxr-xr-xall.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/all.sh b/all.sh
deleted file mode 100755
index d463ada..0000000
--- a/all.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-KERL_INSTALL_PATH=~/erlang
-KERL_RELEASES="r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03-1 17.0 17.1.2"
-
-make build-ct-suites
-
-for rel in $KERL_RELEASES
-do
- echo
- echo " TESTING $rel"
- echo
- . $KERL_INSTALL_PATH/$rel/activate
- cp ~/.kerl/builds/$rel/otp_src_*/lib/ssl/test/erl_make_certs.erl \
- deps/ct_helper/src/
- CT_OPTS="-label $rel" make tests
-done
-
-xdg-open logs/all_runs.html