summaryrefslogtreecommitdiff
path: root/package/ltp/patches/patch-runltp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-11 09:27:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-11 09:27:48 +0200
commit62b184310a21dec12f5b31ee725ec5d342a48c1c (patch)
treef4894c38ac33759656fff5aef58d9efc52c8c78c /package/ltp/patches/patch-runltp
parenta991f1139cda852f14038edbdccb6c8b4ad74f58 (diff)
add bin/daemon users for ltp, finetune ltp
Diffstat (limited to 'package/ltp/patches/patch-runltp')
-rw-r--r--package/ltp/patches/patch-runltp19
1 files changed, 18 insertions, 1 deletions
diff --git a/package/ltp/patches/patch-runltp b/package/ltp/patches/patch-runltp
index fa159a07b..569d93ee8 100644
--- a/package/ltp/patches/patch-runltp
+++ b/package/ltp/patches/patch-runltp
@@ -1,5 +1,5 @@
--- ltp-full-20140422.orig/runltp 2014-04-23 10:37:31.000000000 +0200
-+++ ltp-full-20140422/runltp 2014-07-07 22:30:06.069956961 +0200
++++ ltp-full-20140422/runltp 2014-07-10 23:23:28.476220215 +0200
@@ -77,7 +77,7 @@ setup()
exit 1
}
@@ -9,3 +9,20 @@
export PATH="${PATH}:${LTPROOT}/testcases/bin"
export LTP_DEV=""
+@@ -671,11 +671,11 @@ main()
+ fi
+
+ # check for required users and groups
+- ${LTPROOT}/IDcheck.sh || \
+- {
+- echo "WARNING: required users and groups not present"
+- echo "WARNING: some test cases may fail"
+- }
++ #${LTPROOT}/IDcheck.sh || \
++ #{
++ # echo "WARNING: required users and groups not present"
++ # echo "WARNING: some test cases may fail"
++ #}
+
+ # display versions of installed software
+ [ -z "$QUIET_MODE" ] && \