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:
Akihiro Motoki 2018-12-23 08:45:14 +09:00
parent 06ab7a5047
commit 898997badf
1 changed files with 1 additions and 1 deletions

View File

@ -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