mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-07 00:14:21 +01:00
kernel: test: improve error handler
print output from last command that failed. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
@@ -296,10 +296,10 @@ main() {
|
||||
if [ -z "${kernel_path}" ]; then
|
||||
config_version=$(get_config_version)
|
||||
kernel_path="${PWD}/kata-linux-${kernel_version}-${config_version}"
|
||||
info "Config version: ${config_version}"
|
||||
fi
|
||||
|
||||
info "Kernel version: ${kernel_version}"
|
||||
info "Config version: ${config_version}"
|
||||
|
||||
case "${subcmd}" in
|
||||
build)
|
||||
|
||||
Reference in New Issue
Block a user