From ee2dbe3c49b12522c7cc83d5cb4da1f258a95c9f Mon Sep 17 00:00:00 2001 From: Chris Jones <jonesc@hep.phy.cam.ac.uk> Date: Tue, 26 Nov 2024 09:58:13 +0000 Subject: [PATCH] GaudiConf test_qmtexec: Switch to QMT test that works with both detdesc and dd4hep --- GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py b/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py index caba746da68..c09c69c0a3a 100644 --- a/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py +++ b/GaudiConf/python/GaudiConf/QMTest/tests/test_qmtexec.py @@ -92,10 +92,10 @@ def test_lbexec_testfiledb(monkeypatch): def test_gaudirun_options(): """Ensure that the options property of qmtfiles is respected""" - qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "Rich/RichDetectors/tests/qmtest/test-decode-and-spacepoints-2022-data.qmt" + qmtfile = THIS_DIR.parent.parent.parent.parent.parent / "Rich/RichDetectors/tests/qmtest/test-decode-and-spacepoints-detdesc-mc.qmt" proc = run(["qmtexec", "-C", str(qmtfile)]) # Ensure that the expected options were ran - assert "data-0015.mdf" in proc.stdout + assert "Brunel_100.xdst" in proc.stdout def test_set_cwd(): -- GitLab