File: mergeall-products/unzipped/test/test-tallies-3.2.txt

# Demo the new 3.2 symlink tallies, and tally consistency across major scripts.
# This change was late in the 3.2 project, so earlier 3.2 demos may not agree.
# Nit: mergeall.py changes still count links as files, due to code complexity.

~/temp$ rm -rf test-mangles-copy/
~/temp$ C=/Users/me/MY-STUFF/Code



# CPALL

~/temp$ py3 $C/mergeall/cpall.py test-mangles test-mangles-copy -skipcruft -vv
Note: dirTo was created
Copying...
--cut--
Copied 392 files, 9 folders, 4 symlinks in 0.121512803 seconds.



# DIFFALL

~/temp$ py3 $C/mergeall/diffall.py test-mangles test-mangles-copy -skipcruft 
--cut--
================================================================================
Runtime hrs:mins:secs = 0:0:0.07
Files checked: 392, Folders checked: 9, Symlinks checked: 4, Files skipped: 0
System metadata (cruft) files were skipped
No diffs found.
End of report.



# MERGEALL

~/temp$ py3 $C/mergeall/mergeall.py test-mangles test-mangles-copy -skipcruft -report
Starting.
--cut--
------------------------------------------------------------------------------- 
*Summary
Compared    => files: 392, folders: 9, symlinks: 4
Differences => samefile: 0, uniqueto: 0, uniquefrom: 0, mixedmode: 0
Changed:
files   => created: 0, deleted: 0, replaced: 0
folders => created: 0, deleted: 0, replaced: 0
-------------------------------------------------------------------------------
Finished.



# DELTAS

~/temp$ py3 $C/mergeall/deltas.py DELTAS test-mangles test-mangles-copy -skipcruft -report
Starting.
--cut--
*Summary
Compared    => files: 392, folders: 9, symlinks: 4
Differences => samefile: 0, uniqueto: 0, uniquefrom: 0, mixedmode: 0
Changed:
files   => created: 0, deleted: 0, replaced: 0
folders => created: 0, deleted: 0, replaced: 0
-------------------------------------------------------------------------------
Finished.



# ZIPTOOLS

Z=$C/ziptools/link

~/temp$ py3 $Z/zip-create.py test-mangles test-mangles -skipcruft
Zipping ['test-mangles'] to test-mangles.zip
--cut--
Create finished: files=392, folders=9, symlinks=4, unknowns=0, crufts=4.

~/temp$ py3 $Z/zip-extract.py test-mangles.zip unzip -permissions
Unzipping from test-mangles.zip to unzip
--cut--
Extract finished: files=392, folders=9, symlinks=4, unknowns=0.



[Home page] Books Code Blog Python Author Train Find ©M.Lutz