You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lsbappchk.py \- test python script(s) for LSB conformance
4
+
.SH SYNOPSIS
5
+
.Blsbappchk.py
6
+
.RB [\-j]
7
+
.RB [\-v
8
+
.IR N.N ]
9
+
.RB [\-L
10
+
.IR <LANANA-name>]
11
+
.RB [\-m
12
+
.IR <module-path(s)>]
13
+
.RB [\-?|\-h
14
+
.R(thismessage)
15
+
.RB ]
16
+
.Bsome_program.py
17
+
.B[program2.py...]
18
+
.SH DESCRIPTION
19
+
.PP
20
+
lsbappchk.py examines python script(s) for conformance with the LSB specification. Any modules called by the python script that are not defined in LSB or included in the script's packaging shall be tagged as failures.
21
+
.SH OPTIONS
22
+
.TP
23
+
.I\-j
24
+
Create a tet style journal suitable for LSB certification submission. The journal file(s) will be named journal.appchk.appname, where appname is the python script(s) specified on the command line.
25
+
.TP
26
+
.I\-v
27
+
LSB version to test for, in N.N format. Default will be the current LSB version (4.0 at the time of this writing).
28
+
.TP
29
+
.I\-L
30
+
LANANA name to use to search for private modules. The LSB specifies that a package will be installed in /opt/LANANA-name. lsbappchk.py will search this directory for called modules when testing the script.
31
+
.TP
32
+
.I\-m
33
+
A comma-seperated list of additional path(s) to search for private modules. Useful if testing a script that is not yet installed in /opt/LANANA-name.
34
+
.TP
35
+
.I\-?|\-h
36
+
Lists program command line options.
37
+
.SH AUTHORS
38
+
.PP
39
+
Stew Benedict <stewb@linuxfoundation.org>
40
+
.P
41
+
Konstantin Vlasov <flint@spidey.linux-foundation.org>
0 commit comments