svn rev #23931: trunk/src/config/
ghudson@MIT.EDU
ghudson at MIT.EDU
Sat Apr 24 12:39:49 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=23931
Commit By: ghudson
Log Message:
Fix the actual python command to match the displayed one in the
check-pytests-yes rule in r23913.
Changed Files:
U trunk/src/config/post.in
Modified: trunk/src/config/post.in
===================================================================
--- trunk/src/config/post.in 2010-04-24 15:02:18 UTC (rev 23930)
+++ trunk/src/config/post.in 2010-04-24 16:39:49 UTC (rev 23931)
@@ -139,9 +139,11 @@
check-pytests-yes:
@pytests="$(PYTESTS)"; \
for t in $$pytests; do \
- echo PYTHONPATH=$(BUILDTOP):$(top_srcdir)/util VALGRIND="$(VALGRIND)" \
+ echo PYTHONPATH=$(BUILDTOP):$(top_srcdir)/util \
+ VALGRIND="$(VALGRIND)" \
$(PYTHON) $(srcdir)/$$t $(PYTESTFLAGS); \
- PYTHONPATH=`pwd`:$(top_srcdir)/util VALGRIND="$(VALGRIND)" \
+ PYTHONPATH=$(BUILDTOP):$(top_srcdir)/util \
+ VALGRIND="$(VALGRIND)" \
$(PYTHON) $(srcdir)/$$t $(PYTESTFLAGS) || exit 1; \
done
More information about the cvs-krb5
mailing list