From 62b184310a21dec12f5b31ee725ec5d342a48c1c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Jul 2014 09:27:16 +0200 Subject: add bin/daemon users for ltp, finetune ltp --- package/ltp/patches/patch-runltp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'package/ltp/patches/patch-runltp') 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" ] && \ -- cgit v1.2.3