configurationengine/source/scripts/tests/generation_test_project/custom/implml/missing_file_in_report_test.implml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    22         Rules for removing the output files in the post phase
    22         Rules for removing the output files in the post phase
    23         so that the output files will not be there when the report is generated
    23         so that the output files will not be there when the report is generated
    24         -->
    24         -->
    25         <container>
    25         <container>
    26             <phase name="post"/>
    26             <phase name="post"/>
    27             <ruleml xmlns="http://www.s60.com/xml/ruleml/2">
    27             <ruleml xmlns="http://www.s60.com/xml/ruleml/3">
    28                 <rule>True configures TempFeatureMissingFile.Test1 = {% delete_file('output/content/missing_output_file_test1.txt') %}</rule>
    28                 <rule>True configures ${TempFeatureMissingFile.Test1} = {% delete_file('output/content/missing_output_file_test1.txt') %}</rule>
    29                 <rule>True configures TempFeatureMissingFile.Test2 = {% delete_file('output/content/missing_output_file_test2.txt') %}</rule>
    29                 <rule>True configures ${TempFeatureMissingFile.Test2} = {% delete_file('output/content/missing_output_file_test2.txt') %}</rule>
    30                 
    30                 
    31                 <eval_globals>
    31                 <eval_globals>
    32 def delete_file(file):
    32 def delete_file(file):
    33     import os
    33     import os
    34     print "removing %s" % file
    34     print "removing %s" % file