mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
tools/osbuilder/tests: Remove egrep in test images script
This PR removes egrep command as it has been deprecated and it replaces by grep in the test images script. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
02f5fd94bd
commit
aae654be80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user