diff mbox series

[ovs-dev,6/8] travis: Enable printing of executed commands.

Message ID 20190208164900.30679-7-i.maximets@samsung.com
State Accepted
Headers show
Series travis: Fix equal distcheck runs. | expand

Commit Message

Ilya Maximets Feb. 8, 2019, 4:48 p.m. UTC
This increases the output by a few lines, but gives important
information regarding commands and their exact arguments.
Very useful for debugging.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
---
 .travis/linux-build.sh | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index ef1e5f063..b1b2c831b 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -1,6 +1,7 @@ 
 #!/bin/bash
 
 set -o errexit
+set -x
 
 KERNELSRC=""
 CFLAGS="-Werror"