[20217] trunk/dports/sysutils/coreutils/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 28 14:51:42 PDT 2006


Revision: 20217
          http://trac.macosforge.org/projects/macports/changeset/20217
Author:   blair at macports.org
Date:     2006-10-28 14:51:41 -0700 (Sat, 28 Oct 2006)

Log Message:
-----------
Do not run the expensive tests, since it creates a 4 Gbyte file.  If
people want to enable it, they can add a RUN_EXPENSIVE_TESTS
environmental variable.

Modified Paths:
--------------
    trunk/dports/sysutils/coreutils/Portfile

Modified: trunk/dports/sysutils/coreutils/Portfile
===================================================================
--- trunk/dports/sysutils/coreutils/Portfile	2006-10-28 21:47:48 UTC (rev 20216)
+++ trunk/dports/sysutils/coreutils/Portfile	2006-10-28 21:51:41 UTC (rev 20217)
@@ -27,8 +27,9 @@
                  --mandir=${prefix}/share/man \
                  --disable-nls
 
+# Set the RUN_EXPENSIVE_TESTS environmental variable to 'yes' to run
+# the really expensive tests.
 test.run        yes
-test.env        RUN_EXPENSIVE_TESTS=yes
 test.target     check
 
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061028/7defcad2/attachment.html


More information about the macports-changes mailing list