Hello all,
Please also apply attached patch. It removes not needed information from
summary script.
--
Best regards,
Maxim Uvarov
diff -Nuar ltp/testcases/kdump/summary ltp/testcases/kdump_new/summary
--- ltp/testcases/kdump/summary 2007-05-25 08:50:36.000000000 +0000
+++ ltp/testcases/kdump_new/summary 2007-05-24 20:44:30.000000000 +0000
@@ -13,7 +13,7 @@
for TEST in $TESTS; do
total=`expr $total + 1`
- LOG=`cat $RESULTS_DIR/\`ls $RESULTS_DIR/ |grep $TEST\` 2>/dev/null`
+ LOG=`cat $RESULTS_DIR/\`ls $RESULTS_DIR/ >/dev/null|grep $TEST\` 2>/dev/null`
if [ $? != 0 ]; then
echo "$TEST: NOT TESTED"
nottested=`expr $nottested + 1`
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list