Skip to content

Commit

Permalink
Add 'hw-management-generate-dump.sh' to 'show techsupport' command (s…
Browse files Browse the repository at this point in the history
…onic-net#923)

Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
  • Loading branch information
shlomibitton authored May 26, 2020
1 parent 143ad38 commit 5765570
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/generate_dump
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,11 @@ main() {
fi
done

# run 'hw-management-generate-dump.sh' script and save the result file
/usr/bin/hw-management-generate-dump.sh
save_file "/tmp/hw-mgmt-dump*" "hw-mgmt" false
rm -f /tmp/hw-mgmt-dump*

# clean up working tar dir before compressing
$RM $V -rf $TARDIR

Expand Down

0 comments on commit 5765570

Please sign in to comment.