Skip to content
Snippets Groups Projects
Commit 7661da37 authored by Oliver Majersky's avatar Oliver Majersky
Browse files

Disable jvt branch comparison also in unit tests

parent 330364aa
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ else()
function( add_test_compare NAME DATA_TYPE NAME1 NAME2 )
atlas_add_test( ${NAME}
SCRIPT acmd.py diff-root --error-mode resilient -t analysis TestJobOutput-${NAME1}.hist.root TestJobOutput-${NAME2}.hist.root
SCRIPT acmd.py diff-root --error-mode resilient -t analysis --ignore-leaves 'jet_select_jvt_.*' TestJobOutput-${NAME1}.hist.root TestJobOutput-${NAME2}.hist.root
POST_EXEC_SCRIPT nopost.sh
PROPERTIES TIMEOUT 900
DEPENDS ${NAME1} ${NAME2})
......
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