summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)