diff --git a/include/helper_show b/include/helper_show index b78da175..e251aad0 100644 --- a/include/helper_show +++ b/include/helper_show @@ -245,7 +245,7 @@ if [ $# -gt 0 ]; then shift if [ $# -eq 1 ]; then TESTID="$1" - awk -v search="Performing test ID $TESTID" '$0 ~ search {++f;p=1}p&&f==1;/===---/{p=0}' ${LOGFILE} + awk -v search="Performing test ID $TESTID" '$0 ~ search {++f;p=1}p&&f==1;/====/{p=0}' ${LOGFILE} fi fi ;;