• Jérome Perrin's avatar
    testing/testcase: snapshot symlinks and directories · 9d985106
    Jérome Perrin authored
    Directories were ignored by mistake, we found out that several files
    that would help us diagnosing problems were missing, because we only
    snapshot etc/* which did not snapshot recursive directories such as
    etc/promise or etc/service.
    
    Symlinks were copied (the target was copied), because they matched the
    isfile check, but if the symlink target was not existent, this caused
    errors.
    
    Also rename _snapshot_instance_file to _copySnapshot as it is no longer
    treating files only
    9d985106
testcase.py 19.2 KB