Skip to content

Commit

Permalink
lstest: improve the error log, show meta file name
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Jul 28, 2023
1 parent a0b34f8 commit c0b4b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bkr-runtest/lstest
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ _caseInfo() {
#get case name
name=$(get_taskname $metafile)
[ -z "$name" ] && {
echo "{ERROR} [$casepath/] casename NULL, maybe Makefile wrong." >&2
echo "{ERROR} [$casepath/] taskname NULL, please check your '$metafile' file" >&2
popd >/dev/null; return 1
}
Expand Down

0 comments on commit c0b4b1b

Please sign in to comment.