[PATCH lkp-tests 1/2] error message enhances

19 Jan
2021
19 Jan
'21
2:36 p.m.
Signed-off-by: Zhang Dewan <513619464@qq.com> --- distro/debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/debian b/distro/debian index 77cd6258..ab1059a8 100755 --- a/distro/debian +++ b/distro/debian @@ -62,7 +62,7 @@ install() # gawk_1%3a4.1.3+dfsg-0.1+b1_amd64.deb echo $(basename $deb_filename) >> opt/deb/keep-deb.$BM_NAME else - echo "error: $deb_pkgname is not exist." >&2 + echo "error: package is not exist: $deb_pkgname " >&2 return 1 fi done < opt/deb/sequence-deb.$BM_NAME -- 2.23.0
1550
Age (days ago)
1550
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhang Dewan