]> git.pld-linux.org Git - packages/perl.git/commitdiff
- create runperl before running tests
authorradek <radek@pld-linux.org>
Sun, 14 Nov 2004 14:54:49 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.292

perl.spec

index 5bc8af71ebb9f9ceb6493c62ecc8ecd1ebf90f21..dab94064f912229b7d321632be811bfe8f56df41 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -683,9 +683,6 @@ rm -f uconfig.h
        OPTIMIZE="%{rpmcflags}"
 %endif
 
-%{?with_tests:%{__make} test}
-#%{?with_tests:%{__make} minitest}
-
 cat > runperl <<EOF
 #!/bin/sh
 LD_PRELOAD="%{_builddir}/%{name}-%{version}/libperl.so.%{_abi}" \\
@@ -694,6 +691,9 @@ exec %{buildroot}%{_bindir}/perl \$*
 EOF
 chmod a+x runperl
 
+%{?with_tests:%{__make} test}
+#%{?with_tests:%{__make} minitest}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/{ja,ko,zh_CN,zh_TW}/man1
This page took 0.051531 seconds and 4 git commands to generate.