[37265] trunk/base/tests/Makefile

raimue at macports.org raimue at macports.org
Sun Jun 1 16:11:10 PDT 2008


Revision: 37265
          http://trac.macosforge.org/projects/macports/changeset/37265
Author:   raimue at macports.org
Date:     2008-06-01 16:11:10 -0700 (Sun, 01 Jun 2008)

Log Message:
-----------
tests/Makefile:
test-port.conf was renamed to test-macports.conf in r25535,
but was not changed in the Makefile

Modified Paths:
--------------
    trunk/base/tests/Makefile

Modified: trunk/base/tests/Makefile
===================================================================
--- trunk/base/tests/Makefile	2008-06-01 23:09:49 UTC (rev 37264)
+++ trunk/base/tests/Makefile	2008-06-01 23:11:10 UTC (rev 37265)
@@ -40,11 +40,11 @@
 		echo ===\> test ${DIRPRFX}$$subdir; \
 		if [ -e ${DIRPRFX}$$subdir/Makefile ]; then \
 			( cd $$subdir && \
-				$(MAKE) DIRPRFX=${DIRPRFX}$$subdir/ PORTSRC=$(PWD)/test-ports.conf test) || exit 1; \
+				$(MAKE) DIRPRFX=${DIRPRFX}$$subdir/ PORTSRC=$(PWD)/test-macports.conf test) || exit 1; \
 		else \
 			( cd $$subdir && \
-				PORTSRC=$(PWD)/test-ports.conf $(bindir)/port clean > /dev/null && \
-				PORTSRC=$(PWD)/test-ports.conf $(bindir)/port test > output 2>&1 \
+				PORTSRC=$(PWD)/test-macports.conf $(bindir)/port clean > /dev/null && \
+				PORTSRC=$(PWD)/test-macports.conf $(bindir)/port test > output 2>&1 \
 					|| (cat output; exit 1) && \
 			sed -e "s|${PWD}|PWD|g" < output > output.sed && \
 			diff output.sed master 2>&1 | tee difference && \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080601/b52b0a82/attachment.htm 


More information about the macports-changes mailing list