aboutsummaryrefslogblamecommitdiffstats
path: root/all.sh
blob: 6659606084265cf343ac15222b6b71cb36ea74c7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                         



                                        
#!/bin/sh

KERL_INSTALL_PATH=~/erlang
KERL_RELEASES="r15b r15b01 r15b02 r15b03 r16b r16b01 r16b02 r16b03 r16b03-1 maint master"

make build-tests

for rel in $KERL_RELEASES
do
	echo
	echo "    TESTING $rel"
	echo
	. $KERL_INSTALL_PATH/$rel/activate
	CT_OPTS="-label $rel" make tests
done

xdg-open logs/all_runs.html