mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 08:18:24 +00:00
Merge pull request #10415 from GabyCT/topic/egreptim
tools/osbuilder/tests: Remove egrep in test images script
This commit is contained in:
@@ -209,7 +209,7 @@ exit_handler()
|
|||||||
sudo -E kata-collect-data.sh >&2
|
sudo -E kata-collect-data.sh >&2
|
||||||
|
|
||||||
info "processes:"
|
info "processes:"
|
||||||
sudo -E ps -efwww | egrep "docker|kata" >&2
|
sudo -E ps -efwww | grep -E "docker|kata" >&2
|
||||||
|
|
||||||
# Restore the default image in config file
|
# Restore the default image in config file
|
||||||
run_mgr configure-image
|
run_mgr configure-image
|
||||||
|
Reference in New Issue
Block a user