Fix a bug that horizon UT failure is ignored
Previously UT succeeds even if horizon UT fails. Change-Id: Id5a08a3877b50fc582145ee74dc1c88cfb3fbba9
This commit is contained in:
parent
06ab7a5047
commit
898997badf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user