1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Andrew Tridgell
de85d70a4a r7919: use more portable shell syntax for MALLOC_CHECK_
(This used to be commit 694882ffa6)
2007-10-10 13:18:50 -05:00
Andrew Tridgell
244882311b r7915: report the number of failed tests so far when running 'make test' interactively
(This used to be commit 56aff58e93)
2007-10-10 13:18:49 -05:00
Andrew Bartlett
616fbc543c r7758: When not running on the build farm, print out the failed command line again.
Add NTLMv2 varients to the echo and session key tests.

Andrew Bartlett
(This used to be commit 544a38824e)
2007-10-10 13:18:32 -05:00
Andrew Tridgell
2be36bb85d r7513: don't try to write to the smbd log file between tests. zeroing a file
while it is open for writing by another process causes the file to end
up with lots of nulls in it, which messes up the build farm output.
(This used to be commit f7e636d408)
2007-10-10 13:18:02 -05:00
Andrew Tridgell
3a3947cd86 r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
running too long
(This used to be commit 3d70755abf)
2007-10-10 13:18:00 -05:00
Stefan Metzmacher
39172de4dc r7492: give better output
metze
(This used to be commit 134f5defa0)
2007-10-10 13:17:59 -05:00
Stefan Metzmacher
a4b58b091b r7489: just a cosmetic change
metze
(This used to be commit 2dcbf07d0c)
2007-10-10 13:17:59 -05:00
Andrew Tridgell
612babc4af r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX is setup
- use loopback interface only, otherwise nbtd will answer with a real
  ip, which the socket wrapper code will fail to connect to

- enable eadb for posix testing

- sleeping to wait for smbd to start is pointless, as smbd won't start
  till its fifo is opened due to the fifo redirection on stdin

- sleep for a few seconds to allow for nbt server to register names after opening fifo

- use bcast name resolution, so we don't rely on /etc/hosts being right
(This used to be commit 9ce2b9a79b)
2007-10-10 13:17:58 -05:00
Stefan Metzmacher
13dcf319dc r7468: create better output
metze
(This used to be commit 99152ce6f0)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
714a089552 r7467: a little fix for the build-farm
metze
(This used to be commit 6e8c8f0f87)
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
67c606b863 r7463: - move some more stuff into functions
- try to kill all jobs return by jobs -p

metze
(This used to be commit e4f5e52a84)
2007-10-10 13:17:55 -05:00
Stefan Metzmacher
4140ccd0dd r7442: skip tests that require smbd, but smbd is down
metze
(This used to be commit dad7915562)
2007-10-10 13:17:54 -05:00
Stefan Metzmacher
bc2a1f87d6 r7428: try to get some nicer output from the build farm
metze
(This used to be commit 49e9cf0709)
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
7931aed30d r7421: - move test* functions to a seperate file
- print build farm style output when RUN_FROM_BUILD_FARM=yes

metze
(This used to be commit 7e567a6b69)
2007-10-10 13:17:51 -05:00