aboutsummaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-02-22 20:59:24 +0000
committerJavi Merino <javi.merino@arm.com>2015-08-12 16:03:45 +0100
commit66a5c1047474f7b1acc65393638bb2a86d09c4c5 (patch)
tree326975fee24ba5036d6ef2f5c0a9fa8410386e81 /hooks
parent9a39e54bbb9b02c4ec4e33e7aa984f2716b783e7 (diff)
downloadtrappy-66a5c1047474f7b1acc65393638bb2a86d09c4c5.tar.gz
nose: configure nose in setup.cfg instead of passing parameters in dir-locals or the pre-commit hook
There is a standard file to put this configuration, so don't replicate it in dir-locals.el and the pre-commit hook. Change-Id: Ia311693cffa9404ce87f13fb1ae82f1ec8892595
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit
index 65871f0..3453655 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -12,4 +12,4 @@ set -e
git diff-index --check --cached HEAD --
# Run testsuite
-exec nosetests --processes=-1 --process-timeout=60
+exec nosetests