From 8a741e7ef0f3eefbcb8eb990b47df699132b3873 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 24 Jan 2014 17:25:00 +0000 Subject: fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029 sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#' --- src/integration-tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/integration-tests/Makefile.am') diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am index 080b8754b..2a106d381 100644 --- a/src/integration-tests/Makefile.am +++ b/src/integration-tests/Makefile.am @@ -26,6 +26,7 @@ endif if HAVE_MHD if ENABLE_TEST_RUN +TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; TESTS = \ $(check_SCRIPTS) endif -- cgit v1.2.3