Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 116053a72dbd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9e248c9ec99d
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 21, 2020

  1. test-driver.py: delete VM state directory after test run

    Keeping the VM state test across several run sometimes lead to subtle
    and hard to spot errors in practice. We delete the VM state which
    contains (among other things) the qcow volume.
    
    We also introduce a -K (--keep-vm-state) flag making VM state to
    persist after the test run. This flag makes test-driver.py to match
    its previous behaviour.
    picnoir committed Jun 21, 2020
    Copy the full SHA
    7e7aa52 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Merge pull request #91046 from NinjaTrappeur/nin-delete-vm-state

    test-driver.py: delete VM state directory after test run
    flokli committed Jun 28, 2020
    Copy the full SHA
    9e248c9 View commit details
    Browse the repository at this point in the history