Revision
37265
Author
raimue@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

Diff

Modified: trunk/base/tests/Makefile (37264 => 37265)


--- 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 && \