From 94d565b957bebf8a131cd4130f93eed98a20d008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 5 Oct 2016 18:52:43 +0200 Subject: [PATCH] cibuild: set -x This lets us see the details of what we're doing instead of just seeing the output of unknown commands in the build output. --- script/cibuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/cibuild.sh b/script/cibuild.sh index 979eb0ce4..0ec295198 100755 --- a/script/cibuild.sh +++ b/script/cibuild.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -x + if [ -n "$COVERITY" ]; then ./script/coverity.sh;