> From: [email protected] > Date: Tue, 02 May 2017 08:47:41 -0000 > > Author: pierre > Date: Tue May 2 01:47:40 2017 > New Revision: 3964 > > Log: > Fix lfs.xsl parameter defaults > > Modified: > jhalfs/branches/2.4/LFS/lfs.xsl > > Modified: jhalfs/branches/2.4/LFS/lfs.xsl > ============================================================================== > --- jhalfs/branches/2.4/LFS/lfs.xsl Tue May 2 01:36:55 2017 (r3963) > +++ jhalfs/branches/2.4/LFS/lfs.xsl Tue May 2 01:47:40 2017 (r3964) [...] > @@ -24,28 +24,28 @@ > 2 = all chapter06 testsuites > 3 = all chapter05 and chapter06 testsuites > --> > - <xsl:param name="testsuite" select="1"/> > + <xsl:param name="testsuite" select="'1'"/> > > <!-- Bomb on test suites failures? > n = no, I want to build the full system and review the logs > y = yes, bomb at the first test suite failure to can review the build > dir > --> > - <xsl:param name="bomb-testsuite" select="n"/> > + <xsl:param name="bomb-testsuite" select="'n'"/>
Maybe replace 'bomb'/'Bomb' throughout jhalfs/&c, with something like 'exit'/'Exit' ? > [...] > akh -- -- http://lists.linuxfromscratch.org/listinfo/alfs-log Unsubscribe: See the above information page
