regression_test: Remove unused flag

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-24 15:10:22 -08:00
parent 554b284c96
commit 6cb474a369

View File

@@ -22,7 +22,7 @@ Help()
pip3 install --user -r ../requirements.txt --upgrade pip3 install --user -r ../requirements.txt --upgrade
while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:L:H:" option; do while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:H:" option; do
case "${option}" in case "${option}" in
h) # display Help h) # display Help
Help Help
@@ -62,9 +62,6 @@ while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:L:H:" option; do
DUT5=${OPTARG} DUT5=${OPTARG}
DUT2=${OPTARG} DUT2=${OPTARG}
;; ;;
L)
LANFORGE_DUT=${OPTARG}
;;
H) H)
./lf_help_check.bash ./lf_help_check.bash
;; ;;