From aae654be8025af17675ce19ed4e6fa4fdc3711c5 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 10 Oct 2024 20:34:23 +0000 Subject: [PATCH] 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 --- tools/osbuilder/tests/test_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osbuilder/tests/test_images.sh b/tools/osbuilder/tests/test_images.sh index 4cfff2c346..8e7d6550e7 100755 --- a/tools/osbuilder/tests/test_images.sh +++ b/tools/osbuilder/tests/test_images.sh @@ -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