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:
Gabriela Cervantes 2024-10-10 20:34:23 +00:00
parent 02f5fd94bd
commit aae654be80

View File

@ -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