diff --git a/tools/unit_tests.sh b/tools/unit_tests.sh index 85ad7cba9a..641ffd27ac 100755 --- a/tools/unit_tests.sh +++ b/tools/unit_tests.sh @@ -37,7 +37,7 @@ if [ -n "$subset" ]; then fi else $testcommand horizon --settings=horizon.test.settings --verbosity 2 $tagarg $posargs - horizon_tests=0 + horizon_tests=$? $testcommand openstack_dashboard --settings=openstack_dashboard.test.settings --verbosity 2 $tagarg $posargs openstack_dashboard_tests=$? $testcommand openstack_auth --settings=openstack_auth.tests.settings --verbosity 2 $tagarg $posargs