Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
61b3de99
Commit
61b3de99
authored
Jan 30, 2017
by
Cédric Roux
Browse files
fix autotest v2
parent
dc5f420d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/autotests/v2/main.py
View file @
61b3de99
...
...
@@ -233,7 +233,7 @@ class ExecutionThread(threading.Thread):
for
arg
in
args
.
splitlines
():
i
=
i
+
1
runenv2
=
list
(
runenv
)
runenv2
.
append
(
'OPENAIR_TARGET=/tmp/oai_test_setup/oai/targets'
)
runenv2
.
append
(
'OPENAIR_TARGET
S
=/tmp/oai_test_setup/oai/targets'
)
runenv2
.
append
(
'EXEC="'
+
test
.
findtext
(
'main_exec'
)
+
'"'
)
...
...
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