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: 77752c6c0865
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5bdb653baf24
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 14, 2020

  1. test-driver.py: specify coreutils dependency

    Otherwise the driver script fails when coreutils are not in PATH.
    erikarvstedt authored and jonringer committed Jan 14, 2020
    Copy the full SHA
    caa435f View commit details
    Browse the repository at this point in the history
  2. test-driver.py: fix decoding of VM output

    The codec format 'unicode_escape' was introduced in 52ee102 to handle
    undecodable bytes in boot menus.
    
    This made the problem worse as unicode chars outside of iso-8859-1
    produce garbled output and valid utf-8 strings (such as "\x" ) trigger
    decoding errors.
    
    Fix this by using the default 'utf-8' codec and by explicitly ignoring
    decoding errors.
    erikarvstedt authored and jonringer committed Jan 14, 2020
    Copy the full SHA
    5bdb653 View commit details
    Browse the repository at this point in the history