Commit 9544261a authored by Wayne Davison's avatar Wayne Davison

Added weeding of "sending incremental file list" line to filter_outfile().

parent 354c9da6
......@@ -52,6 +52,7 @@ runtest() {
# messages). This isn't needed if you use -i without -v.
filter_outfile() {
sed -e '/^building file list /d' \
-e '/^sending incremental file list/d' \
-e '/^created directory /d' \
-e '/^done$/d' \
-e '/ --whole-file$/d' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment