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
cecaabf5
Commit
cecaabf5
authored
Jan 21, 2016
by
Rohit Gupta
Browse files
minor fix for logging
parent
de1ec465
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/autotests/core.py
View file @
cecaabf5
...
...
@@ -241,7 +241,7 @@ class core:
if
(
rsp
.
find
(
expect
)
==
-
1
):
return
'OK'
else
:
print
"command = "
+
c
m
d
+
"expect = "
+
expect
+
"rsp = "
+
rsp
print
"command = "
+
c
omman
d
+
"expect = "
+
expect
+
"rsp = "
+
rsp
raise
log
.
err
(
self
.
failed
(
command
,
expect
,
debug
))
...
...
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