summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pytest2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pytest b/bin/pytest
index 852bdd1..0ad0ecb 100755
--- a/bin/pytest
+++ b/bin/pytest
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python -uWdefault
from logilab.common.pytest import run
run()