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;