Skip to content
  • Dan McGee's avatar
    pactest: run with root in /tmp and clean up automatically · d360153b
    Dan McGee authored
    
    
    This moves the generated root/ directory into /tmp, or at least a path
    returned by tempfile.mkdtemp(), by default. This can make test runs
    significantly faster if done when /tmp is a tmpfs.
    
    If you are debugging a failed test, use the new --keep-root option to
    not clean up and pactest will print the location of the generated root/
    test directory.
    
    Signed-off-by: default avatarDan McGee <dan@archlinux.org>
    d360153b