Added some temporary code to try to figure out what is going wrong

on one NetBSD box in our build farm.
This commit is contained in:
Wayne Davison
2004-02-03 20:01:26 +00:00
parent ce37eb2d83
commit f15256e156

View File

@@ -28,8 +28,9 @@ do
chgrp "$g" "$name" || fail "Can't chgrp"
done
sleep 2
ls -lRa "$scratchdir"
id || true
checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
exit 0
# last [] may have failed but if we get here then we've won