Le 30 juil. 2012 à 10:23, Stefano Lattarini a écrit : > diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am > index 3ad7de6..116d178 100644 > --- a/lib/am/parallel-tests.am > +++ b/lib/am/parallel-tests.am > @@ -309,6 +309,10 @@ define am.setup-test-harness-workdir > && sed 's/$$/.trs/' $$workdir/bases > $$workdir/trs > endef > > +ifeq ($(call am.vars.is-undef,TEST_SUITE_LOG),yes) > + TEST_SUITE_LOG = test-suite.log > +endif
What makes you chose := for some variables, and = for others?
