Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
ee7365e0
Commit
ee7365e0
authored
Jun 22, 2021
by
Lennart Huth
Browse files
updating pipeline for read test
parent
9c72dfce
Changes
2
Hide whitespace changes
Inline
Side-by-side
testing/CMakeLists.txt
View file @
ee7365e0
...
...
@@ -28,7 +28,7 @@ FUNCTION(ESCAPE_REGEX INP OUTPUT)
# Escape possible regex patterns in the expected output:
STRING
(
REPLACE
"#PASS "
""
_TMP_STR
"
${
INP
}
"
)
STRING
(
REPLACE
"#FAIL "
""
_TMP_STR
"
${
_TMP_STR
}
"
)
STRING
(
REGEX REPLACE
"([][+.*()^])"
"
\\\\\\
1"
_TMP_STR
"
${
_TMP_STR
}
"
)
STRING
(
REGEX REPLACE
"([][+
-
.*()^])"
"
\\\\\\
1"
_TMP_STR
"
${
_TMP_STR
}
"
)
SET
(
${
OUTPUT
}
"
${
_TMP_STR
}
"
PARENT_SCOPE
)
ENDFUNCTION
()
...
...
testing/test_io_read_rootobj.conf
View file @
ee7365e0
...
...
@@ -19,7 +19,7 @@ time_cut_frameedge = 10ns
#DEPENDS test_io_write_rootobj.conf
#PASS Total efficiency of detector W0013_G02: 100(+0 -0.00534736)%, measured with 34446/34446 matched/total tracks
#PASS Total efficiency of detector W0013_G02: 100(+0 -0.00534736)%, measured with 34446/34446 matched/total tracks
# Please note:
# Pixels are masked in the [EventLoaderTimepix3] when reading in the online configuration files.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment