Skip to content

Commit

Permalink
Print filesystem information at the end of each provisioning
Browse files Browse the repository at this point in the history
Change-Id: I549a917126954fae62dcdebb5c45a4f6aeb07551
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
  • Loading branch information
jimis committed Feb 15, 2020
1 parent de2b280 commit 47b74fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions coin/provisioning/common/linux/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ echo "*********************************************"
echo "***** SW VERSIONS *****"
cat ~/versions.txt
echo "*********************************************"
echo "*************** mount ***********************"
mount
echo "*********************************************"
echo "*************** df **************************"
df -hT
echo "*********************************************"
6 changes: 6 additions & 0 deletions coin/provisioning/common/macos/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ echo "*********************************************"
echo "***** SW VERSIONS *****"
cat ~/versions.txt
echo "*********************************************"
echo "*************** mount ***********************"
mount
echo "*********************************************"
echo "*************** df **************************"
df -h
echo "*********************************************"

0 comments on commit 47b74fb

Please sign in to comment.