hgbook

diff en/examples/run-example @ 590:a2923aa93da9

Fix which files are included in the generated XML.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 20:24:44 2009 -0700 (2009-03-26)
parents 8366882f67f2
children c82ff69f0935
line diff
     1.1 --- a/en/examples/run-example	Wed Mar 18 00:00:58 2009 -0700
     1.2 +++ b/en/examples/run-example	Thu Mar 26 20:24:44 2009 -0700
     1.3 @@ -134,7 +134,7 @@
     1.4          self.rename_output(self.name)
     1.5          norm = self.name.replace(os.sep, '-')
     1.6          example.entities[
     1.7 -            '<!ENTITY %s SYSTEM "results/%s.out">' % (norm, norm)] = 1
     1.8 +            '<!ENTITY %s SYSTEM "results/%s.lxo">' % (norm, norm)] = 1
     1.9  
    1.10  
    1.11  class shell_example(example):
    1.12 @@ -316,7 +316,7 @@
    1.13                                  norm = os.path.normpath(ofp_basename)
    1.14                                  example.entities[
    1.15                                      '<!ENTITY interaction.%s '
    1.16 -                                    'SYSTEM "results/%s.out">'
    1.17 +                                    'SYSTEM "results/%s.lxo">'
    1.18                                      % (norm, norm)] = 1
    1.19                                  read_hint = ofp_basename + ' '
    1.20                                  ofp = wopen(result_name(ofp_basename + '.tmp'))