Switch barbican.sh to use testr
Currently, the script attempts to run unittests through nosetests instead of testr. Switching this to testr. Change-Id: Iadfd19b24496f52afe0e0ca1b5be9a12a4cd2468 Closes-Bug: 1362714
This commit is contained in:
@@ -100,7 +100,7 @@ install_barbican()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
nosetests
|
python setup.py testr
|
||||||
|
|
||||||
start_barbican
|
start_barbican
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user