activate specific options help along with short overview
This commit is contained in:
parent
e0cdd91646
commit
78d6eca8f6
@ -12,12 +12,18 @@ not_in_releng_exit() {
|
|||||||
|
|
||||||
. inc/releng_getopts.inc || not_in_releng_exit
|
. inc/releng_getopts.inc || not_in_releng_exit
|
||||||
|
|
||||||
#print_specific_help() {
|
print_specific_help() {
|
||||||
# # NONE YET
|
cat << HLP
|
||||||
#}
|
Specific options:
|
||||||
|
none yet.
|
||||||
|
Overview:
|
||||||
|
Tests both xorriso/xorriso.h and libisoburn/libisoburn.h
|
||||||
|
APIs for C++ cleanness.
|
||||||
|
HLP
|
||||||
|
}
|
||||||
|
|
||||||
if test "$SPECIFIC_HELP" = 1; then
|
if test "$SPECIFIC_HELP" = 1; then
|
||||||
# print_specific_help
|
print_specific_help
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -14,12 +14,18 @@ not_in_releng_exit() {
|
|||||||
|
|
||||||
. inc/releng_getopts.inc || not_in_releng_exit
|
. inc/releng_getopts.inc || not_in_releng_exit
|
||||||
|
|
||||||
#print_specific_help() {
|
print_specific_help() {
|
||||||
# # NONE YET
|
cat << HLP
|
||||||
#}
|
Specific options:
|
||||||
|
none yet.
|
||||||
|
Overview:
|
||||||
|
Tests ISO image contents by performing various
|
||||||
|
image generation, extractions and comparisons.
|
||||||
|
HLP
|
||||||
|
}
|
||||||
|
|
||||||
if test "$SPECIFIC_HELP" = 1; then
|
if test "$SPECIFIC_HELP" = 1; then
|
||||||
# print_specific_help
|
print_specific_help
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -13,12 +13,18 @@ not_in_releng_exit() {
|
|||||||
|
|
||||||
. inc/releng_getopts.inc || not_in_releng_exit
|
. inc/releng_getopts.inc || not_in_releng_exit
|
||||||
|
|
||||||
#print_specific_help() {
|
print_specific_help() {
|
||||||
# # NONE YET
|
cat << HLP
|
||||||
#}
|
Specific options:
|
||||||
|
none yet.
|
||||||
|
Overview:
|
||||||
|
Match the resulting ISO image representation
|
||||||
|
against the jigdo representation.
|
||||||
|
HLP
|
||||||
|
}
|
||||||
|
|
||||||
if test "$SPECIFIC_HELP" = 1; then
|
if test "$SPECIFIC_HELP" = 1; then
|
||||||
# print_specific_help
|
print_specific_help
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -13,12 +13,18 @@ not_in_releng_exit() {
|
|||||||
# Include common bits
|
# Include common bits
|
||||||
. inc/releng_getopts.inc || not_in_releng_exit
|
. inc/releng_getopts.inc || not_in_releng_exit
|
||||||
|
|
||||||
#print_specific_help() {
|
print_specific_help() {
|
||||||
# # NONE YET
|
cat << HLP
|
||||||
#}
|
Specific options:
|
||||||
|
none yet.
|
||||||
|
Overview:
|
||||||
|
Test performance of print_size against various input tree.
|
||||||
|
Optionally compare with genisoimage and mkisofs.
|
||||||
|
HLP
|
||||||
|
}
|
||||||
|
|
||||||
if test "$SPECIFIC_HELP" = 1; then
|
if test "$SPECIFIC_HELP" = 1; then
|
||||||
# print_specific_help
|
print_specific_help
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -7,11 +7,12 @@
|
|||||||
# set -e
|
# set -e
|
||||||
|
|
||||||
print_specific_help() {
|
print_specific_help() {
|
||||||
# Print own help text
|
cat << HLP
|
||||||
echo "Specific options:"
|
Specific options:
|
||||||
echo " --dev path Suppress dialog and use path as drive address."
|
--dev path Suppress dialog and use path as drive address.
|
||||||
echo "This test insists in getting a path to xorriso by option -x."
|
Overview:
|
||||||
echo
|
Test device scanning and list of speeds.
|
||||||
|
HLP
|
||||||
}
|
}
|
||||||
|
|
||||||
# Include common bits and interpret general options
|
# Include common bits and interpret general options
|
||||||
|
@ -11,10 +11,12 @@ not_in_releng_exit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print_specific_help() {
|
print_specific_help() {
|
||||||
# Print own help text
|
cat << HLP
|
||||||
echo "Specific options:"
|
Specific options:
|
||||||
echo " NONE YET"
|
none yet.
|
||||||
echo
|
Overview:
|
||||||
|
template.
|
||||||
|
HLP
|
||||||
}
|
}
|
||||||
|
|
||||||
# Include common bits
|
# Include common bits
|
||||||
|
Loading…
Reference in New Issue
Block a user