summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-09-29 22:41:45 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-09-29 22:41:45 +0530
commit188e067d3177de292e2f4b242305b1e07e2668a6 (patch)
tree7a9a43442aa958161053c7d4d7f822223949c38b
parentd02d471771fb9a20f2e2aeb2083cfeaf7eccb61d (diff)
ltp: getopt
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index 9637583..7299eb7 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -22,7 +22,7 @@ usage() {
exit 0
}
-while getopts "T:S:s:" arg; do
+while getopts "T:S:s:v:" arg; do
case "$arg" in
T)
TST_CMDFILES="${OPTARG}"