ports/devel/ice/files/patch-cpp-test-IceGrid-deployer-application.xml
2022-01-15 20:23:08 +01:00

17 lines
747 B
XML

--- cpp/test/IceGrid/deployer/application.xml.orig 2019-08-12 19:54:18 UTC
+++ cpp/test/IceGrid/deployer/application.xml
@@ -178,10 +178,10 @@
<object identity="${server}" type="::TestLog"/>
</adapter>
- <log path="${test.dir}/log1.txt"/>
- <log path="${test.dir}/log2.txt"/>
- <log path="${test.dir}/log3.txt"/>
- <log path="${test.dir}/log4.txt"/>
+ <log path="${test.dir}/db/log1.txt"/>
+ <log path="${test.dir}/db/log2.txt"/>
+ <log path="${test.dir}/db/log3.txt"/>
+ <log path="${test.dir}/db/log4.txt"/>
<env>MY_ENV_VARIABLE=12</env>
<env>MY_UNIX_COMPOSED_VARIABLE=BAR;$MY_FOO</env>
<env>MY_WINDOWS_COMPOSED_VARIABLE=BAR;%MY_FOO%</env>