📄 readme.testsuite
字号:
automatic testsuite for rsync -*- text -*-We're trying to develop some more substantial tests to prevent rsyncregressions. Ideally, all code changes or bug reports would come withan 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, soyou do not need to do "make install" first. Indeed, you probablyshould not install rsync before running the tests.If you instead type "make installcheck" then the suite will test thersync 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 newtest suite against an old version of rsync. Note that in accordancewith the GNU Standards, installcheck does not look for rsync on thepath.If the tests pass, you should see a report to that effect. Some testsrequire being root or some other precondition, and so will normally notbe checked -- look at the test scripts for more information.If the tests fail, you will see rather more output. The scratchdirectory will remain in the build directory. It would be useful ifyou could include the log messages when reporting a failure.These tests also run automatically on the build farm, and you can seethe results on http://build.samba.org/.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -