From eb3c692a9f00595808a9a6630723b89c85b37a34 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Mon, 30 Oct 2023 14:26:33 +0100 Subject: [PATCH] fix tyypo --- service/run_tests_in_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/run_tests_in_container.sh b/service/run_tests_in_container.sh index da0423390d..b4ba7c1ebc 100644 --- a/service/run_tests_in_container.sh +++ b/service/run_tests_in_container.sh @@ -7,7 +7,7 @@ podman start agama_ruby_tests podman exec agama_ruby_tests zypper --non-interactive install yast2-iscsi-client ruby3.2-rubygem-eventmachine if podman exec --workdir /checkout/service agama_ruby_tests rake test:unit; then if [ "$KEEP_RUNNING" != "1" ]; then - podman stop agama_ruby_test + podman stop agama_ruby_tests fi echo "Tests passed" else