summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongbo Zhang <hongbo.zhang@linaro.org>2014-08-11 18:31:27 +0800
committerHongbo Zhang <hongbo.zhang@linaro.org>2014-08-11 18:31:27 +0800
commit5a2338b0e9a4af5a857e8e3858f1a917d2b294b9 (patch)
tree3899b8dc6f7bd22a605fc6b1167dca52e4a1ed7f
parentd99627d38cfa0eaa22e35e7ab20a7b4b4fcd8a33 (diff)
remove -f in ltpfixup.shadd-vmgroups
Change-Id: Idb8a39b3e281f6d7b21698b2164cfebbee8e2615
-rwxr-xr-xcommon/scripts/ltpfixup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/ltpfixup.sh b/common/scripts/ltpfixup.sh
index c8dfa77..3a9259e 100755
--- a/common/scripts/ltpfixup.sh
+++ b/common/scripts/ltpfixup.sh
@@ -12,7 +12,7 @@ LTP_PATH=/opt/ltp
# LTP_PATH=$2
#fi
cd $LTP_PATH
-./runltp -p -q -f $1 -l $SCRIPTPATH/LTP_$1.log -C $SCRIPTPATH/LTP_$1.failed | tee $SCRIPTPATH/LTP_$1.out
+./runltp -p -q -l $SCRIPTPATH/LTP_$1.log -C $SCRIPTPATH/LTP_$1.failed | tee $SCRIPTPATH/LTP_$1.out
find $SCRIPTPATH -name "LTP_$1.log" -print0 |xargs -0 cat
tar czfv $SCRIPTPATH/LTP_$1.tar.gz $SCRIPTPATH/LTP*
lava-test-case LTP_$1 --result pass