Skip to content
Snippets Groups Projects
Commit 7c9cb17f authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Fix DaVinciTests/tests/options/Upgrade/DaVinci-Options.yaml

parent d8a3bae0
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!607Fix DaVinciTests/tests/options/Upgrade/DaVinci-Options.yaml
......@@ -11,3 +11,5 @@
ntuple_file: 'DV-Ntuple.root'
histo_file: 'DV-Histos.root'
lumi: False
enable_unpack: False
unpack_stream: '/Event'
\ No newline at end of file
......@@ -14,7 +14,7 @@
<argument name="program"> <text>davinci</text></argument>
<argument name="args"><set>
<text>--export</text>
<text>configuration_dst.opts</text>
<text>configuration_dst_py.opts</text>
<text>run-mc</text>
<text>--inputfiledb</text>
<text>Upgrade_Bd2KstarMuMu</text>
......
<?xml version="1.0" ?>
<!--
(c) Copyright 2021 CERN for the benefit of the LHCb Collaboration
This software is distributed under the terms of the GNU General Public
Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING".
In applying this licence, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->
<!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>davinci</text></argument>
<argument name="args"><set>
<text>--export</text>
<text>configuration_dst_yaml.opts</text>
<text>run-mc</text>
<text>--inputfiledb</text>
<text>Upgrade_Bd2KstarMuMu</text>
<text>-</text>
<text>--joboptfile</text>
<text>../options/Upgrade/DaVinci-Options.yaml</text>
</set></argument>
<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
<argument name="validator"><text>
countErrorLines({"FATAL": 0, "ERROR": 0}, stdout=stdout)
</text></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