Useful for debugging.
Signed-off-by: Ilya Maximets <[email protected]>
---
.travis/linux-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index e91fa1395..ef1e5f063 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -79,7 +79,7 @@ function install_dpdk()
function configure_ovs()
{
- ./boot.sh && ./configure $*
+ ./boot.sh && ./configure $* || { cat config.log; exit 1; }
}
if [ "$KERNEL" ] || [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
--
2.17.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev