From e1880539b69a2dff10607051b65c77e299323812 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Tue, 2 Oct 2018 15:17:34 +0530 Subject: LTP: comment out runltp_testname Since we have introduced known failures as xfail we do not need the summary of test check return value. Change-Id: If491d1be18bc55546c156d61f7c34edd39b1b286 Signed-off-by: Naresh Kamboju --- automated/linux/ltp/ltp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh index 0effed7..1857c05 100755 --- a/automated/linux/ltp/ltp.sh +++ b/automated/linux/ltp/ltp.sh @@ -132,7 +132,7 @@ run_ltp() { -C ${OUTPUT}/LTP_${LOG_FILE}.failed \ -d ${LTP_TMPDIR} \ ${SKIPFILE}" "tee ${OUTPUT}/LTP_${LOG_FILE}.out" - check_return "runltp_${LOG_FILE}" +# check_return "runltp_${LOG_FILE}" parse_ltp_output "${OUTPUT}/LTP_${LOG_FILE}.log" # Cleanup -- cgit v1.2.3