Commit 2128c4f7 authored by Reinout van Rees's avatar Reinout van Rees

Removed '-v' verbosity option from bin/test

Removing the verbosity might make it more obvious where the two failures occur that zc.recipe.testrunner insists exist when running on travis.
parent 249f8f43
......@@ -48,4 +48,4 @@ clean:
rm -rf $(BUILD_DIRS)
test:
$(HERE)/bin/test -v -1
$(HERE)/bin/test -1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment