Hi,
The test case maybe unable to detect the present of vmcore if vmcore
generation and vmcore verification are at different hours. The following
patch fixed this.
Regards,
CQ
diff -u testcases/kdump/master.orig testcases/kdump/master
--- testcases/kdump/master.orig 2007-10-31 13:20:08.000000000 +0800
+++ testcases/kdump/master 2007-10-31 13:43:14.000000000 +0800
@@ -42,7 +42,7 @@
#
# Verify results of previous test
#
- VMCORE="${VMCORE}/`date +%F-%H`*"
+ VMCORE="${VMCORE}/*"
RESULTS_FILE=${RESULTS_DIR}/${ITERATION}.${TESTS[$PREV_TEST]}.`date +%F-%T`
if [ -f ${VMCORE}/vmcore ]; then
mv ${VMCORE}/vmcore ${TEST_BASE_DIR}/results/vmcore
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list