make test: collect symlinks to failed tests
[vpp.git] / Makefile
index 1cce928..c1a7cbb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -501,7 +501,7 @@ endif
        $(call banner,"Building $(PKG) packages")
        @make pkg-$(PKG)
 ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04)
-       @make test
+       @make COMPRESS_FAILED_TEST_LOGS=yes test
 endif