Skip to content

Commit

Permalink
tests UPDATE remove simple debug test
Browse files Browse the repository at this point in the history
Fixes #2264
  • Loading branch information
michalvasko committed Jul 2, 2024
1 parent 70addcf commit 4f784c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
33 changes: 0 additions & 33 deletions tests/yanglint/interactive/debug.test

This file was deleted.

14 changes: 0 additions & 14 deletions tests/yanglint/interactive/ly.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 4f784c3

Please sign in to comment.