Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-fed
Commits
9cda1bab
Commit
9cda1bab
authored
Oct 19, 2021
by
Mohammed Ismail
Browse files
CI: fix on copy of files/directories
Signed-off-by:
Mohammed Ismail
<
mohammed.ismail@openairinterface.org
>
parent
c880cad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/toCheckDSTesterResult1.py
View file @
9cda1bab
...
...
@@ -36,7 +36,7 @@ try:
if
result
:
result1
=
re
.
search
(
'^(.*/)([^/]*)$'
,
str
(
result
.
group
(
0
)))
filename
=
re
.
search
(
'[^/]*$'
,
str
(
result1
.
group
(
0
)))
subprocess
.
check_output
(
f
'cp
{
result1
.
group
(
1
)
}
* DS-TEST-RESULTS/'
,
stderr
=
subprocess
.
STDOUT
,
shell
=
True
,
universal_newlines
=
True
)
subprocess
.
check_output
(
f
'cp
-r
{
result1
.
group
(
1
)
}
* DS-TEST-RESULTS/'
,
stderr
=
subprocess
.
STDOUT
,
shell
=
True
,
universal_newlines
=
True
)
locexist
=
True
except
IOError
:
sys
.
exit
(
"File not accessible to check DSTester Summary: DS-TEST-RESULTS/dsTester_Summary.txt"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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