Merging upstream version 3.4.2+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
511f72b68b
commit
948b3e00b3
75 changed files with 1082 additions and 878 deletions
|
@ -65,17 +65,3 @@ proc ly_exit {} {
|
|||
send "exit\r"
|
||||
expect eof
|
||||
}
|
||||
|
||||
# Check if yanglint is configured as DEBUG.
|
||||
# Return 1 on success.
|
||||
proc yanglint_debug {} {
|
||||
global TUT
|
||||
# Call non-interactive yanglint with --help.
|
||||
set output [exec -- $TUT "-h"]
|
||||
# Find option --debug.
|
||||
if { [regexp -- "--debug=GROUPS" $output] } {
|
||||
return 1
|
||||
} else {
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue