Remove duplicate test in all.sh

This commit is contained in:
Hanno Becker 2018-03-27 16:49:04 +01:00
parent 83ebf78404
commit 783cb06e05

View file

@ -462,12 +462,6 @@ cleanup
make SHARED=1 all check
fi
if uname -a | grep -F Linux >/dev/null; then
msg "build/test: make shared" # ~ 40s
cleanup
make SHARED=1 all check
fi
if uname -a | grep -F x86_64 >/dev/null; then
msg "build: i386, make, gcc" # ~ 30s
cleanup