From 1d60f197dab809e9a51c3377587d46370e698c52 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 24 Jan 2008 18:23:05 -0500 Subject: Fixed async_test.py for all success/failure cases. Still need to tweak the code so that failure information for remote commands can be obtained (i.e. detals of the exceptions) without reading the remote logs. Async is weird because the information can't come back in faults (well, it can, but we don't want it to). --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a44702..974ca4f 100755 --- a/Makefile +++ b/Makefile @@ -87,6 +87,11 @@ pyflakes: money: clean -sloccount --addlang "makefile" $(TOPDIR) $(PYDIRS) $(EXAMPLEDIR) $(INITDIR) +async: install + /sbin/service funcd restart + sleep 4 + python test/async_test.py + testit: clean -cd test; sh test-it.sh -- cgit