We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fe92d commit 22fe7a6Copy full SHA for 22fe7a6
.travis/travisci_build_coverity_scan.sh
@@ -73,7 +73,7 @@ if [ ! -d $TOOL_BASE ]; then
73
file $TOOL_ARCHIVE
74
file $TOOL_ARCHIVE | grep HTML && cat $TOOL_ARCHIVE || :
75
ls -la $TOOL_ARCHIVE
76
- tar -xf $TOOL_ARCHIVE |& grep -v "Ignoring unknown extended header keyword"
+ tar -xf $TOOL_ARCHIVE #|& grep -v "Ignoring unknown extended header keyword"
77
popd
78
fi
79
0 commit comments