Merge pull request #10415 from GabyCT/topic/egreptim

tools/osbuilder/tests: Remove egrep in test images script
This commit is contained in:
Aurélien Bombo
2024-10-11 13:47:30 -05:00
committed by GitHub

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