Martin Pool
b9277bdb6a
Don't look at $srcdir if it's not set. (Why isn't it set??)
2001-08-21 13:26:30 +00:00
Martin Pool
b53713d322
Show trace while testing.
2001-08-21 13:20:53 +00:00
Martin Pool
2f22174f21
Try again to find the right directory on both local and farm builds.
2001-08-21 13:10:18 +00:00
Martin Pool
d820215b35
More test suite stuff
2001-08-21 13:00:55 +00:00
Martin Pool
ea4a03762a
Print source directory.
2001-08-21 12:49:23 +00:00
Martin Pool
46ef7d1dc8
Update notes; add idea about rsyncsh
2001-08-18 23:50:27 +00:00
Martin Pool
e340a8203e
Export autoconf settings to test scripts. Use this to cope with
...
systems that don't use "echo -n".
2001-08-17 01:57:42 +00:00
Martin Pool
3459d319d1
Set up scratch directory for tests.
2001-08-17 01:44:13 +00:00
Martin Pool
09ec75a629
Don't pause at end of tests.
2001-08-17 01:43:13 +00:00
Martin Pool
4df7868d39
Try to fix "make check" directory path.
...
Don't wait for input at end of tests.
2001-08-17 01:34:31 +00:00
Martin Pool
bc888e05da
Find the right directory to run the test components.
2001-08-17 00:58:21 +00:00
Martin Pool
26c7f120e6
Try to get test scripts to run properly.
2001-08-17 00:51:20 +00:00
Martin Pool
5b7be6ee4a
Show number of passed/failed/skipped tests.
2001-08-16 09:37:54 +00:00
Martin Pool
951351a537
Don't print test headers unless the test is about to run.
2001-08-16 09:35:21 +00:00
Martin Pool
0b21c485ec
Note test suite.
...
Note autoconf2.52 is required.
2001-08-16 09:16:08 +00:00
Martin Pool
068a7221ce
Move Phil Hand's test under the control of the master test suite.
2001-08-16 09:13:37 +00:00
Martin Pool
a4772a4dbc
Start to unify the "make check" and build farm test suites
2001-08-16 09:08:29 +00:00
Martin Pool
2ee91aedb1
Use set -x until this script works properly.
2001-08-16 08:13:13 +00:00
Martin Pool
d95447229b
Fix typo.
2001-08-16 08:12:55 +00:00
Martin Pool
40ec33b604
Gave directory its proper name
2001-08-16 07:08:26 +00:00
Martin Pool
35e3b2d555
fix filename
2001-08-16 06:27:51 +00:00
Martin Pool
aa9c2df9d9
Updated directory name for rsync tests
2001-08-16 06:24:56 +00:00
Martin Pool
f472cdf017
Try to execute rsync --version as part of the test suite -- see if
...
this works on the farm.
2001-08-16 05:44:17 +00:00
Martin Pool
1dc587af1b
Fix cast warning.
2001-08-15 08:52:10 +00:00
Martin Pool
aeb6292d0d
Try to get tests to run with old buildfarm clients
2001-08-15 08:06:26 +00:00
Martin Pool
7d91d5a619
Check that gethostbyname does actually return AF_INET addresses, since
...
that's all we can handle.
Also, try a new method of handling in_addr and hostent that will
hopefully work on Cray machines without 32-bit types.
2001-08-15 07:52:28 +00:00
Martin Pool
7169bb4aa9
Fix a bug introduced in 1.119, whereby strings like
...
"mirror.aarnet.edu.au::" were not properly digested.
It wasn't even my bug! :-)
2001-08-15 07:50:07 +00:00
Martin Pool
2db52650fc
Fix another format cast.
2001-08-15 06:50:46 +00:00
Martin Pool
c1f62a573a
Use socklen_t for getpeername, since we hopefully now have it defined
...
on all platforms.
2001-08-15 06:47:40 +00:00
Martin Pool
08a740ff43
Fix casts when some variables are printed out.
2001-08-15 06:41:24 +00:00
Martin Pool
b67381d0dc
Drop dead variables introduced in rsync+ patch.
2001-08-15 06:38:23 +00:00
Martin Pool
07e9500818
Fix trace message which was missing a parameter.
...
Drop dead variable introduced in rsync+ patch.
2001-08-15 06:34:28 +00:00
Martin Pool
c77cf82206
Add the start of a buildfarm test suite for rsync. It doesn't do much
...
yet -- I just want to see if it runs.
2001-08-15 05:47:57 +00:00
Martin Pool
f8014b864e
Typo. Shouldn't depend on assert().
2001-08-15 05:47:29 +00:00
Martin Pool
d58911fb37
Better error messages for DNS.
2001-08-15 05:08:07 +00:00
Martin Pool
b335d74565
Fix bug in --address handling.
2001-08-15 05:07:29 +00:00
Martin Pool
3405fe45f4
Note UNICOS works again
2001-08-14 02:28:12 +00:00
Martin Pool
095efec1d6
Spec file from Jason Haar that works on RedHat 7.1. Not tested by me yet.
2001-08-14 02:24:09 +00:00
Martin Pool
7ca6e85649
Commit getconf/socklen_t/largefile patch suggested by Albert Chin.
...
This is tested on
Solaris 2.5.2, 2.6, 7, 8/SPARC, HP-UX 10.20, 11.00,
Tru64 UNIX 4.0D, 5.0A, IRIX 6.2, 6.5, AIX 4.3.2
and it works ok.
This patch *requires* autoconf 2.52.
2001-08-14 02:18:04 +00:00
Martin Pool
74be4fc399
Remove incorrect news message
2001-08-14 02:14:09 +00:00
Martin Pool
3b4b1984ef
Update version message to mention batch files.
2001-08-14 02:08:17 +00:00
Martin Pool
6902ed178b
Merge across rsync+ patch; add a little documentation to the manpage. More documentation would be better.
2001-08-14 02:04:47 +00:00
Martin Pool
fab9a9c547
Another try at socklen_t: just check for it, and otherwise use int.
...
The HP manual says this will work on old HP/UX versions; I'm not sure
about other systems. Possibly it will break on old BSD-derived
systems with 32-bit int, 64-bit size_t and no socklen_t, if there are
any such.
2001-08-08 10:04:40 +00:00
Andrew Tridgell
376acbfad5
don't need to lookup our own name in open_socket_in()
2001-08-08 08:55:24 +00:00
Martin Pool
12458878c2
Try various different types as replacements for socklen_t until we
...
find one that works. This helps on platforms like HP/UX and UNICOS
where the argument to getsockopt is neither socklen_t nor int.
2001-08-08 08:11:50 +00:00
Martin Pool
546434f867
Two more instances of socklen_t.
2001-08-06 12:31:23 +00:00
Martin Pool
ac2a1a449d
Use socklen_t if defined, or otherwise int. This tries to fix
...
warnings on platforms (e.g. AIX) where this type is defined and not
int.
2001-08-06 12:27:04 +00:00
Martin Pool
e1bd49d6f3
Try to fix "infinite loop" warning on AIX and other compilers. (We
...
exit on a signal.)
2001-08-06 12:25:45 +00:00
Martin Pool
ab94af5c6f
Correct over-zealous edit for UNICOS.
2001-08-06 12:23:50 +00:00
Martin Pool
c88ca682ef
Fix for UNICOS CC: first argument to readlink must not be const, or we
...
get an error.
2001-08-06 12:16:20 +00:00