summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun-tests.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.bash b/run-tests.bash
index 2a2338e4..08cdae7e 100755
--- a/run-tests.bash
+++ b/run-tests.bash
@@ -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