mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
219: run-tests.bash now passes -v option to nosetests for verbose output
This commit is contained in:
@@ -10,7 +10,7 @@ do
|
||||
if [[ -f $executable ]]; then
|
||||
echo "[ $name: Starting tests... ]"
|
||||
((runs += 1))
|
||||
if $executable /usr/bin/nosetests
|
||||
if $executable /usr/bin/nosetests -v
|
||||
then
|
||||
echo "[ $name: Tests OK ]"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user