Revision df69e0a0 Makefile.am

b/Makefile.am
137 137
	$(PYTHON_BOOTSTRAP) \
138 138
	epydoc.conf \
139 139
	autotools/replace_vars.sed \
140
	autotools/testrunner \
141 140
	daemons/daemon-util \
142 141
	daemons/ganeti-cleaner \
143 142
	devel/upload \
......
441 440
# Things to build but not to install (add it to EXTRA_DIST if it should be
442 441
# distributed)
443 442
noinst_DATA = \
444
	autotools/testrunner \
445 443
	devel/upload \
446 444
	doc/html \
447 445
	$(BUILT_EXAMPLES) \
......
578 576
	autotools/convert-constants \
579 577
	autotools/docpp \
580 578
	autotools/gen-coverage \
581
	autotools/testrunner.in \
579
	autotools/testrunner \
582 580
	$(RUN_IN_TEMPDIR) \
583 581
	daemons/daemon-util.in \
584 582
	daemons/ganeti-cleaner.in \
......
775 773

  
776 774
# Environment for all tests
777 775
PLAIN_TESTS_ENVIRONMENT = \
778
	PYTHONPATH=. TOP_SRCDIR=$(abs_top_srcdir) PYTHON=$(PYTHON) $(RUN_IN_TEMPDIR)
776
	PYTHONPATH=. TOP_SRCDIR=$(abs_top_srcdir) PYTHON=$(PYTHON) \
777
	FAKEROOT=$(FAKEROOT_PATH) $(RUN_IN_TEMPDIR)
779 778

  
780 779
# Environment for tests run by automake
781 780
TESTS_ENVIRONMENT = \
......
854 853
	sed -f $(REPLACE_VARS_SED) < $< > $@
855 854
	chmod +x $@
856 855

  
857
autotools/testrunner: autotools/testrunner.in $(REPLACE_VARS_SED)
858
	sed -f $(REPLACE_VARS_SED) < $< > $@
859
	chmod u+x $@
860

  
861 856
devel/upload: devel/upload.in $(REPLACE_VARS_SED)
862 857
	sed -f $(REPLACE_VARS_SED) < $< > $@
863 858
	chmod u+x $@
......
1068 1063
	  echo 's#@GNTMASTERDGROUP@#$(MASTERD_GROUP)#g'; \
1069 1064
	  echo 's#@GNTDAEMONSGROUP@#$(DAEMONS_GROUP)#g'; \
1070 1065
	  echo 's#@CUSTOM_ENABLE_CONFD@#$(ENABLE_CONFD)#g'; \
1071
	  echo 's#@FAKEROOT@#$(FAKEROOT_PATH)#g'; \
1072 1066
	} > $@
1073 1067

  
1074 1068
# Using deferred evaluation

Also available in: Unified diff