Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scdaq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scouting-demonstrator
scdaq
Commits
ab5dc808
Commit
ab5dc808
authored
6 months ago
by
Giovanna Lazzari Miotto
Browse files
Options
Downloads
Patches
Plain Diff
test: Look for results in "in_progress" dir
parent
54bca0e7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#8204708
passed
6 months ago
Stage: check
Stage: build
Stage: run
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/test_filedma.sh
+3
-0
3 additions, 0 deletions
scripts/test_filedma.sh
with
3 additions
and
0 deletions
scripts/test_filedma.sh
+
3
−
0
View file @
ab5dc808
...
@@ -100,6 +100,9 @@ function run_filedma_test() {
...
@@ -100,6 +100,9 @@ function run_filedma_test() {
local
pattern
=
".*
${
output_prefix
}
.*
${
output_suffix
}
[_0-9]*"
local
pattern
=
".*
${
output_prefix
}
.*
${
output_suffix
}
[_0-9]*"
echo
"
${
FUNCNAME
}
: searching for filename matching pattern: '
${
pattern
}
'"
echo
"
${
FUNCNAME
}
: searching for filename matching pattern: '
${
pattern
}
'"
local
output_files
=
$(
find
${
output_dir
}
-type
f
-iregex
"
${
pattern
}
"
!
-iname
"*testfile.dat"
|
sort
-rV
)
local
output_files
=
$(
find
${
output_dir
}
-type
f
-iregex
"
${
pattern
}
"
!
-iname
"*testfile.dat"
|
sort
-rV
)
if
[
-z
"
${
output_files
}
"
]
;
then
output_files
=
$(
find
"
${
output_dir
}
/in_progress"
-type
f
-iregex
"
${
pattern
}
"
!
-iname
"*testfile.dat"
|
sort
-rV
)
fi
if
[
-z
"
${
output_files
}
"
]
;
then
if
[
-z
"
${
output_files
}
"
]
;
then
echo
"
${
FUNCNAME
}
: SCDAQ test for
${
test_id
}
FAILED: output file not found!"
echo
"
${
FUNCNAME
}
: SCDAQ test for
${
test_id
}
FAILED: output file not found!"
test_failed
=
1
test_failed
=
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment