Skip to content

Commit 94d565b

Browse files
committed
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.
1 parent 9fbbb0e commit 94d565b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/cibuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
set -x
4+
35
if [ -n "$COVERITY" ];
46
then
57
./script/coverity.sh;

0 commit comments

Comments
 (0)