Commit f1599b9e authored by Wayne Davison's avatar Wayne Davison

Be more verbose so that we can debug what is going wrong on solaris.

parent ee83e1bd
......@@ -51,7 +51,7 @@ $RSYNC -av --existing -f 'exclude,! */' from2/ from3/
$RSYNC -av --existing -f 'exclude,! */' from1/ chk/
$RSYNC -av --existing -f 'exclude,! */' from3/ chk/
checkit "$RSYNC -avv deep/arg-test shallow from1/ from2/ from3/ to/" chk to
checkit "$RSYNC -avvvv deep/arg-test shallow from1/ from2/ from3/ to/" chk to
# The script would have aborted on error, so getting here means we've won.
exit 0
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