summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-09-29 21:33:17 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-09-29 21:33:17 +0530
commitd02d471771fb9a20f2e2aeb2083cfeaf7eccb61d (patch)
tree3e15017baa3dc2ccd55902eca105f7584af66694
parentc8f3ad65efe648a19b8fd08b2b4bfc2d407a2777 (diff)
ltp: version fix up
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/ltp/ltp.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index b909d92..9637583 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -12,6 +12,8 @@ echo "Script path is: "${SCRIPTPATH}""
TST_CMDFILES=""
# List of test cases to be skipped
SKIPFILE=""
+# LTP version
+LTP_VERSION="20160510"
LTP_PATH=/opt/ltp
@@ -19,6 +21,7 @@ usage() {
echo "Usage: $0 [-T mm,math,syscalls] [-S skipfile-lsk-juno] [-s <flase>]" 1>&2
exit 0
}
+
while getopts "T:S:s:" arg; do
case "$arg" in
T)