Skip to content
Snippets Groups Projects
Commit 94ec1c54 authored by Walter Lozano's avatar Walter Lozano
Browse files

Add bash as dependency for rhosydd test


The test for rhosydd install several packages on target images, one of them
is ssl-cert, however, it fails to install since it depends on bash.

Since bash is an essential package, there is no sense is adding it as
a dependency, so update the testcase to install it.

This issue is not present in SDK images since bash is preinstalled,
but this fix should not cause any consequences.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 4e655dfd
No related branches found
No related tags found
1 merge request!316Add bash as dependency for rhosydd test
Pipeline #283852 passed
Pipeline: apertis-test-cases-web

#283854

    ......@@ -24,6 +24,7 @@ metadata:
    install:
    deps:
    - bash
    - build-essential
    - devscripts
    - dpkg-dev
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment