mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-19 07:49:17 +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
|
||||
|
||||
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
|
||||
run_mgr configure-image
|
||||
|
Reference in New Issue
Block a user