Commit 7ba6d163 authored by Marius Gedminas's avatar Marius Gedminas

Print dots while running tests

Travis thinks something is wrong when the script produces no output in
10 minutes, which leads to sporadic test failures like
https://travis-ci.org/buildout/buildout/jobs/39916822
parent 892dccae
......@@ -52,4 +52,4 @@ clean:
rm -rf $(BUILD_DIRS)
test:
$(HERE)/bin/test -1
$(HERE)/bin/test -1 -v
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