summaryrefslogtreecommitdiffstats
path: root/test/test-it.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-it.sh')
-rwxr-xr-xtest/test-it.sh5
1 files changed, 5 insertions, 0 deletions
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