summaryrefslogtreecommitdiff
path: root/automated/linux/libhugetlbfs/libhugetlbfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/libhugetlbfs/libhugetlbfs.sh')
-rwxr-xr-xautomated/linux/libhugetlbfs/libhugetlbfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/libhugetlbfs/libhugetlbfs.sh b/automated/linux/libhugetlbfs/libhugetlbfs.sh
index 156c3c6..796074f 100755
--- a/automated/linux/libhugetlbfs/libhugetlbfs.sh
+++ b/automated/linux/libhugetlbfs/libhugetlbfs.sh
@@ -30,7 +30,7 @@ done
parse_output() {
# Skip test results summary
- egrep "TEST SUMMARY" -B500 "${TMP_RESULT_LOG}" | tee -a "${RESULT_LOG}"
+ egrep "TEST SUMMARY" -B5000 "${TMP_RESULT_LOG}" | tee -a "${RESULT_LOG}"
# Parse each type of results
egrep "PASS" "${RESULT_LOG}" | tee -a "${TEST_PASS_LOG}"
sed -i -e 's/ (inconclusive)//g' "${TEST_PASS_LOG}"