Skip to content

Commit

Permalink
fix tyypo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 30, 2023
1 parent a49fd9b commit eb3c692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/run_tests_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb3c692

Please sign in to comment.