summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/linux/kselftest/kselftest.sh4
-rwxr-xr-xautomated/linux/ltp/ltp.sh2
-rw-r--r--automated/linux/ltp/ltp.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/automated/linux/kselftest/kselftest.sh b/automated/linux/kselftest/kselftest.sh
index 957be07..e6cea9a 100755
--- a/automated/linux/kselftest/kselftest.sh
+++ b/automated/linux/kselftest/kselftest.sh
@@ -39,7 +39,7 @@ usage() {
exit 1
}
-while getopts "t:s:u:p:L:S:b:g:e:h" opt; do
+while getopts "t:s:u:p:L:Sb:g:e:h" opt; do
case "${opt}" in
t) TESTPROG="${OPTARG}" ;;
s) SKIP_INSTALL="${OPTARG}" ;;
@@ -61,7 +61,7 @@ while getopts "t:s:u:p:L:S:b:g:e:h" opt; do
# SKIPFILE="${SCRIPTPATH}/${SKIPFILE}"
#fi
- if [ -z "${OPTARGS}" ]; then
+ if [ -z "${OPTARG}" ]; then
continue
fi
if [ -z "${OPTARG##*http*}" ]; then
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index 1857c05..9a28aa3 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -21,7 +21,7 @@ BOARD=""
BRANCH=""
ENVIRONMENT=""
# LTP version
-LTP_VERSION="20180515"
+LTP_VERSION="20180926"
LTP_TMPDIR=/ltp-tmp
LTP_PATH=/opt/ltp
diff --git a/automated/linux/ltp/ltp.yaml b/automated/linux/ltp/ltp.yaml
index 8692f14..0f5c421 100644
--- a/automated/linux/ltp/ltp.yaml
+++ b/automated/linux/ltp/ltp.yaml
@@ -18,7 +18,7 @@ metadata:
- ifc6410
params:
# LTP version
- LTP_VERSION: 20180515
+ LTP_VERSION: 20180926
TST_CMDFILES: syscalls,mm,math,timers,fcntl-locktests,ipc,fsx,fs,hugetlb,io,nptl,pty,containers,fs_bind,filecaps,admin_tools,connectors
# SKIPFILE can be a filename from dir ./automated/linux/ltp/, an http URL,