mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-10 07:44:42 +01:00
ath12k-check: print python version in --version
Screenshot: $ ath12k-check --version ath12k-check (md5sum 5da1780d8e06bb2db43abce01dda1ca8) python: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] gcc: gcc (Debian 12.2.0-14) 12.2.0 sparse: v0.6.4-39-gce1a6720f69e checkpatch.pl: Version: 0.32 (md5sum 47ef327d772c156e53a36597723fc781) gtags: gtags (Global) 6.6.9 Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
parent
2bd53768fa
commit
d5ebee489e
1 changed files with 1 additions and 0 deletions
|
|
@ -381,6 +381,7 @@ def show_version(args):
|
||||||
|
|
||||||
print('ath12k-check (md5sum %s)' % (ath12kcheck_md5sum))
|
print('ath12k-check (md5sum %s)' % (ath12kcheck_md5sum))
|
||||||
print()
|
print()
|
||||||
|
print('python:\t\t%s' % (sys.version))
|
||||||
print('gcc:\t\t%s' % (gcc_version))
|
print('gcc:\t\t%s' % (gcc_version))
|
||||||
print('sparse:\t\t%s' % (sparse_version))
|
print('sparse:\t\t%s' % (sparse_version))
|
||||||
print('checkpatch.pl:\t%s (md5sum %s)' % (checkpatch_version, checkpatch_md5sum))
|
print('checkpatch.pl:\t%s (md5sum %s)' % (checkpatch_version, checkpatch_md5sum))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue