summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/plugins/cert.py (renamed from ipalib/plugins/f_ra.py)0
-rwxr-xr-xmake-test2
2 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_ra.py b/ipalib/plugins/cert.py
index 6a5b3984c..6a5b3984c 100644
--- a/ipalib/plugins/f_ra.py
+++ b/ipalib/plugins/cert.py
diff --git a/make-test b/make-test
index ee8470df0..cfc1db6a8 100755
--- a/make-test
+++ b/make-test
@@ -11,7 +11,7 @@ do
if [[ -f $executable ]]; then
echo "[ $name: Starting tests... ]"
((runs += 1))
- if $executable /usr/bin/nosetests -v --with-doctest
+ if $executable /usr/bin/nosetests -v #--with-doctest
then
echo "[ $name: Tests OK ]"
else