summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-24 18:23:05 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-24 18:23:05 -0500
commit1d60f197dab809e9a51c3377587d46370e698c52 (patch)
tree86ce24a3db9d182278f98300a29dd27f3d4f5b64 /Makefile
parent48d76853216330d7c08b01b4241a90de7ece8033 (diff)
downloadthird_party-func-1d60f197dab809e9a51c3377587d46370e698c52.tar.gz
third_party-func-1d60f197dab809e9a51c3377587d46370e698c52.tar.xz
third_party-func-1d60f197dab809e9a51c3377587d46370e698c52.zip
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).
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 5 insertions, 0 deletions
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