[python] Don't disable the test suite

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Nov 7 09:07:44 UTC 2014


commit e3d0c5000d848c5a41d1c3991f1ae07a28cd326a
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri Nov 7 10:07:32 2014 +0100

    Don't disable the test suite

 python.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python.spec b/python.spec
index 412e781..5820f67 100644
--- a/python.spec
+++ b/python.spec
@@ -54,7 +54,7 @@
 %global with_gdbm 1
 
 # Turn this to 0 to turn off the "check" phase:
-%global run_selftest_suite 0
+%global run_selftest_suite 1
 
 # Some of the files below /usr/lib/pythonMAJOR.MINOR/test  (e.g. bad_coding.py)
 # are deliberately invalid, leading to SyntaxError exceptions if they get


More information about the scm-commits mailing list