From 56e99259f9b5b96fec942962b0b471fd3645fb85 Mon Sep 17 00:00:00 2001 From: Kallol Roy Date: Tue, 24 Sep 2024 18:19:13 +0530 Subject: [PATCH] Check results dir Signed-off-by: Kallol Roy --- .expeditor/replace.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.expeditor/replace.sh b/.expeditor/replace.sh index 8b3696a57e..5804129ab6 100755 --- a/.expeditor/replace.sh +++ b/.expeditor/replace.sh @@ -56,6 +56,9 @@ do echo "file content after replace" cat $plan_file echo "==================================" + echo "results dir content" + ls results/*.hart + echo "==================================" done exit 0