summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2018-11-23 10:15:00 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2018-11-23 10:15:00 +0530
commite87b37e6565f0b7763c8ee5ba03653c3b2b49559 (patch)
tree3eb1534302026f2f110ac3e8de7626e7dd713fc1
parent96e8876af54c2af0142fa39d03696ad00a17599b (diff)
Revert "kselftest: allow empty string for skipfile option -S"
This reverts commit 76991ed06840a8e454ab6a00b3e86e9e2359cad3.
-rwxr-xr-xautomated/linux/kselftest/kselftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/kselftest/kselftest.sh b/automated/linux/kselftest/kselftest.sh
index e6cea9a..43dbd68 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:Sb:g:e:h" opt; do
+while getopts "t:s:u:p:L:S:b:g:e:h" opt; do
case "${opt}" in
t) TESTPROG="${OPTARG}" ;;
s) SKIP_INSTALL="${OPTARG}" ;;