Skip to content

Commit 7bcf6fb

Browse files
authored
Update travisci_build_coverity_scan.sh
1 parent a87b789 commit 7bcf6fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis/travisci_build_coverity_scan.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ if [ ! -d $TOOL_BASE ]; then
6262
echo -e "\033[33;1mExtracting Coverity Scan Analysis Tool...\033[0m"
6363
mkdir -p $TOOL_BASE
6464
pushd $TOOL_BASE
65+
du -sh $TOOL_ARCHIVE
66+
file $TOOL_ARCHIVE
67+
ls -la $TOOL_ARCHIVE
6568
tar -xf $TOOL_ARCHIVE
6669
popd
6770
fi

0 commit comments

Comments
 (0)