Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cgwalters/testsuite #21

Closed
wants to merge 2 commits into from
Closed

cgwalters/testsuite #21

wants to merge 2 commits into from

Commits on Jul 17, 2014

  1. treepkgdiff: Don't require a booted deployment

    For the test suite, we're doing an upgrade offline of another OS root.
    What we should maybe do is print the package diff from the merge
    deployment, if not the booted one.
    
    However, I think this is OK for now.
    cgwalters committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    682429a View commit details
    Browse the repository at this point in the history
  2. Import some basic testing infrastructure from OSTree

    This is using the
    https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests model.
    
    In order to run the tests, you will need to:
    ./configure --enable-installed-tests
    
    Then:
    gnome-desktop-testing-runner -p 0 rpm-ostree/
    cgwalters committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    599cfef View commit details
    Browse the repository at this point in the history