2002-06-09 02:51  Martin Pool <mbp@samba.org>

	* .cvsignore (1.2, release-0-4), Makefile (1.5), Makefile.am (1.1,
	release-0-4): Shuffle Makefiles

2002-06-09 01:50  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.16, release-0-4): Add a little sleep to paper
	over a race condition.

2002-06-09 01:45  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.15): Doc.

2002-06-09 01:02  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.14): Go ahead and try remote assembly.  This
	seems to find some kind of bug...

2002-06-09 00:50  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.13): Run daemon on port 4200 for testing.  This
	is not so good in the long term because it clashes with a local
	installation, but it's necessary for the moment because there's no
	way to override the client's port setting.
	
	Add a test case that passes in machine-independent assembly code(!)
	and tries to build it remotely.

2002-06-08 23:51  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.12): Add a test that the daemon can be started
	and stopped correctly, and that the pidfile works.

2002-06-08 23:22  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.11): Set DISTCC_HOSTS ourselves when running the
	client so we don't depend it being set in the tester's environment.

2002-06-08 23:17  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.10): Start and kill daemon every time when
	running compiler.

2002-06-08 23:16  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.9): Add assertNoFile helper.
	
	When a bad port number is passed, check that the daemon does not
	start up.
	
	Clean up pid file after running daemon.

2002-06-08 23:11  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.8): Doc.

2002-06-08 22:13  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.7): Don't use pyunit's docstring feature.  I
	think it makes things more confusing.

2002-06-08 22:04  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.6): Put __doc__ names on some routines.
	
	Test invocation with no compiler name specified.
	
	Test invocation of daemon with invalid port name.
	
	Clean up argument scanning test.

2002-06-08 13:53  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.5): Exit code for bad arguments has changed

2002-06-06 00:22  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.4): Improvements to demon:
	
	 - make daemon put itself into background when running alone
	
	 - daemon preforks children according to --tasks option, notes if
	they
	   die, and kills them when terminated
	
	 - --port option to set listening port (currently not useful, since
	   you can't set port on client)

2002-06-05 17:21  Martin Pool <mbp@samba.org>

	* Makefile (1.4): Be more verbose

2002-06-02 14:43  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.3): Add more argument analysis tests

2002-06-02 14:28  Martin Pool <mbp@samba.org>

	* Makefile (1.3): Fix recursive make targets

2002-06-02 14:18  Martin Pool <mbp@samba.org>

	* Makefile (1.2): Fix recursive make targets

2002-06-02 14:15  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.2): Fix scanargs test cases.

2002-06-02 14:13  Martin Pool <mbp@samba.org>

	* Makefile (1.1): Add Makefile that runs PyUnit

2002-06-02 14:05  Martin Pool <mbp@samba.org>

	* .cvsignore (1.1): Ignore test temporaries

2002-06-02 13:53  Martin Pool <mbp@samba.org>

	* testdistcc.py (1.1): Initial version of a PyUnit-based test suite
	for distcc.  Much more fun than writing all tests in sh.

