From d02d471771fb9a20f2e2aeb2083cfeaf7eccb61d Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Thu, 29 Sep 2016 21:33:17 +0530 Subject: ltp: version fix up Signed-off-by: Naresh Kamboju --- automated/linux/ltp/ltp.sh | 3 +++ 1 file changed, 3 insertions(+) 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 ]" 1>&2 exit 0 } + while getopts "T:S:s:" arg; do case "$arg" in T) -- cgit v1.2.3