diff mbox series

[ovs-dev,2/2] travis/linux-build: enable testing with clang builds

Message ID 20190121180526.8585-3-aconole@redhat.com
State Accepted
Headers show
Series travis: misc. improvements | expand

Commit Message

Aaron Conole Jan. 21, 2019, 6:05 p.m. UTC
The CLANG version of the builds have not honored the TESTSUITE variable.
This dates to at least 2015, and the reason for the restriction isn't
clear.

Signed-off-by: Aaron Conole <aconole@redhat.com>
---
 .travis/linux-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index 42115b08d..0a2091061 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -119,7 +119,7 @@  else
     make -j2 CFLAGS="$CFLAGS $BUILD_ENV $SPARSE_FLAGS" C=1
 fi
 
-if [ "$TESTSUITE" ] && [ "$CC" != "clang" ]; then
+if [ "$TESTSUITE" ]; then
     if ! make distcheck TESTSUITEFLAGS=-j4 RECHECK=yes; then
         # testsuite.log is necessary for debugging.
         cat */_build/tests/testsuite.log