configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/assets/s60/implml/file2.commandml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/assets/s60/implml/file2.commandml	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/assets/s60/implml/file2.commandml	Tue Aug 10 14:29:28 2010 +0300
@@ -5,7 +5,7 @@
     
     <!-- This should be executed, since the value of RealSetting is 3.14 -->
     <condition value="${BasicSettingTypesTest.RealSetting} &gt; 4e-3">
-        <command executable="python" bufsize="0" cwd="." env="{'MYVAR':'123'}">
+        <command executable="python" shell="true" bufsize="0" cwd=".">
             <argument value="project/tools/print_hello.py"/>
             <argument value="-c some_config.txt" />
             <argument value="-d some_dir" />
@@ -40,4 +40,14 @@
         <argument value='-c "import os; print os.getcwd()"'/>
         <pipe name="stdout" value="exec_in_output_test.log"/>
     </command>
+
+    <!-- ====================================== -->
+    <!-- Creating output files                  -->
+    <!-- ====================================== -->
+    <!-- Create output directory, or the next command will fail if it doesn't exist -->
+    <command executable="python" shell="true">
+        <argument value='project/tools/helloworld.py "%CONE_OUT%"'/>
+    </command>
+
+
 </commandml>
\ No newline at end of file