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: 49fa4a02b57d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2bb1868f7692
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 11, 2020

  1. test-driver.py: defaulting keepVmState in Machine init

    ecb73fd introduced a new keepVmState
    CLI flag for test-driver.py. This CLI flags gets forwarded to the
    Machine class through create_machine.
    
    It created a regression for the boot tests where __main__ end up not
    being evaluated. See
    #97346 (comment) for
    bug report.
    
    Defaulting keepVmState to false when __main__ ends up not being
    evaluated.
    picnoir committed Sep 11, 2020
    Copy the full SHA
    e571b31 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2bb1868 View commit details
    Browse the repository at this point in the history