From 6c163e491617d431149bbe54aa4ba9bef9530c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 7 Jan 2018 10:45:06 +0100 Subject: build: Update 'test-driver.scm' from Guix. * build-aux/test-driver.scm: Update from current Guix. * Makefile.am (SCM_LOG_DRIVER): Add -L and -e flags. --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0fff919..3a3740f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,9 +52,10 @@ AM_TESTS_ENVIRONMENT = \ testsrcdir='$(abs_top_srcdir)/tests' \ testbuilddir='$(abs_top_builddir)/tests' -SCM_LOG_DRIVER = \ - $(builddir)/pre-inst-env $(GUILE) \ - $(srcdir)/build-aux/test-driver.scm +SCM_LOG_DRIVER = \ + $(top_builddir)/pre-inst-env $(GUILE) \ + -L "$(abs_top_srcdir)" -e main \ + $(top_srcdir)/build-aux/test-driver.scm SH_LOG_COMPILER = $(top_builddir)/pre-inst-env $(SHELL) AM_SH_LOG_FLAGS = -x -e -- cgit v1.2.3