Philippe Coval 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
..
00-hello.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
README.testsuite 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
acls.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
backup.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
batch-mode.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
chgrp.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
chmod-option.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
chmod-temp-dir.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
chmod.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
chown.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
compare-dest.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
daemon-gzip-download.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
daemon-gzip-upload.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
daemon.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
default-acls.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
delete.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
devices.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
dir-sgid.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
duplicates.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
exclude.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
executability.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
files-from.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
fuzzy.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
hands.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
hardlinks.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
itemize.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
longdir.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
merge.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
missing.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
relative.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
rsync.fns 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
ssh-basic.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
symlink-ignore.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
trimslash.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
unsafe-byname.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce
unsafe-links.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
wildmatch.test 2558f5de19 Imported Upstream version 3.0.8 13 yıl önce
xattrs.test 1f108cd76f import: http://repo.meego.com/MeeGo/builds/trunk/latest/repos/oss/source/rsync-3.0.8-1.8.src.rpm 13 yıl önce

README.testsuite

automatic testsuite for rsync -*- text -*-

We're trying to develop some more substantial tests to prevent rsync
regressions. Ideally, all code changes or bug reports would come with
an appropriate test suite.

You can run these tests by typing "make check" in the build directory.
The tests will run using the rsync binary in the build directory, so
you do not need to do "make install" first. Indeed, you probably
should not install rsync before running the tests.

If you instead type "make installcheck" then the suite will test the
rsync binary from its installed location (e.g. /usr/local/bin/rsync).
You can use this to test a distribution build, or perhaps to run a new
test suite against an old version of rsync. Note that in accordance
with the GNU Standards, installcheck does not look for rsync on the
path.

If the tests pass, you should see a report to that effect. Some tests
require being root or some other precondition, and so will normally not
be checked -- look at the test scripts for more information.

If the tests fail, you will see rather more output. The scratch
directory will remain in the build directory. It would be useful if
you could include the log messages when reporting a failure.

These tests also run automatically on the build farm, and you can see
the results on http://build.samba.org/.