Skip to content

Commit

Permalink
Update travis tests
Browse files Browse the repository at this point in the history
- test mhash only if cluster is enabled (it is NOP otherwise);
- test socket;
  • Loading branch information
bircoph committed May 16, 2014
1 parent 2696d29 commit 5af7674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ if true; then

build_test ${arg[@]}

for a0 in "--enable-cluster" "--disable-cluster"; do
for a0 in "--enable-cluster --with-mhash" "--enable-cluster --without-mhash" "--disable-cluster"; do
arg[0]="$a0"
for a1 in "--enable-debug" "--disable-debug"; do
arg[1]="$a1"
for a2 in "--enable-paranoid=0" "--enable-paranoid=1" "--enable-paranoid=2" ; do
arg[2]="$a2"
for a3 in "--with-capabilities" "--without-capabilities"; do
arg[3]="$a3"
for a4 in "--with-mhash" "--without-mhash"; do
for a4 in "--enable-socket" "--disable-socket"; do
arg[4]="$a4"
build_test ${arg[@]}
done
Expand Down

0 comments on commit 5af7674

Please sign in to comment.