From a25c78935c275d8b2e21da49264899b8a5821cef Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 29 Jan 2008 18:15:42 -0500 Subject: some more path fixes still need a bit more automagic to make it do the right thing when invoke from different places for now, just invoke it directly from test/ --- test/test-it.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/test-it.sh b/test/test-it.sh index 974f6b3..d700a41 100755 --- a/test/test-it.sh +++ b/test/test-it.sh @@ -228,12 +228,16 @@ test_funcd() run_async_test() { + msg "Running async_test.py to test async/forking" + pushd $BUILD_PATH/test python async_test.py } run_unittests() { + msg "Running the unittest suite" + pushd $BUILD_PATH/test/unittest nosetests -v -w unittest/ } @@ -296,6 +300,7 @@ sign_the_certmaster_certs test_funcd + if [ "$RUN_UNITTEST" == "Y" ] ; then run_unittests fi -- cgit