Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 16, 2024
1 parent 57d6438 commit 2cbded9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/lib/agama/storage/bootloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def initialize(logger)
end

def write_config
bootloader = Bootloader::BootloaderFactory.current
bootloader = ::Bootloader::BootloaderFactory.current
case @config.force_user_input
when true
# grub2 based bootloaders
Expand Down
2 changes: 1 addition & 1 deletion service/run_tests_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
podman create -ti --rm --entrypoint '["sh", "-c"]' --name agama_ruby_tests -v $SCRIPT_DIR/..:/checkout registry.opensuse.org/yast/head/containers_tumbleweed/yast-ruby sh
podman start agama_ruby_tests
podman exec agama_ruby_tests zypper --non-interactive install yast2-iscsi-client ruby3.2-rubygem-eventmachine
podman exec agama_ruby_tests zypper --non-interactive install yast2-iscsi-client yast2-bootloader ruby3.3-rubygem-eventmachine
if podman exec --workdir /checkout/service agama_ruby_tests rake test:unit; then
if [ "$KEEP_RUNNING" != "1" ]; then
podman stop agama_ruby_tests
Expand Down

0 comments on commit 2cbded9

Please sign in to comment.