Skip to content
Snippets Groups Projects
Commit cd084193 authored by Sascha Stahl's avatar Sascha Stahl
Browse files

Split test for DST and MDST

parent 5509f000
No related branches found
No related tags found
3 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!167Remove Phys/KaliCalo,!136Add some tests for Upgrade configuration
from Configurables import DaVinci
DaVinci().InputType = 'DST'
from Configurables import DaVinci
DaVinci().InputType = 'MDST'
......@@ -4,6 +4,7 @@
<argument name="program"> <text>gaudirun.py</text></argument>
<argument name="args"><set>
<text>../options/Upgrade/DaVinci-Options.py</text>
<text>../options/Upgrade/Input-DST.py</text>
<text>../options/Upgrade/Upgrade-DB-tags.py</text>
</set></argument>
</extension>
......
<?xml version="1.0" ?>
<!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
<extension class="GaudiTest.GaudiExeTest" kind="test">
<argument name="program"> <text>gaudirun.py</text></argument>
<argument name="args"><set>
<text>../options/Upgrade/DaVinci-Options.py</text>
<text>../options/Upgrade/Input-MDST.py</text>
<text>../options/Upgrade/Upgrade-DB-tags.py</text>
</set></argument>
</extension>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment