[perl] Re-enable tests.

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Sep 30 12:58:52 UTC 2010


commit a0944f433626132a5b44b21fc78d43d3b5ad1840
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Sep 30 14:57:20 2010 +0200

    Re-enable tests.

 perl.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 8df0f2b..b73be39 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1157,9 +1157,9 @@ rm -rf $RPM_BUILD_ROOT
 %ifnarch
 %if %{parallel_tests}
     JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
-    #LC_ALL=C TEST_JOBS=$JOBS make test_harness
+    LC_ALL=C TEST_JOBS=$JOBS make test_harness
 %else
-    #LC_ALL=C make test
+    LC_ALL=C make test
 %endif
 %endif
 


More information about the scm-commits mailing list