diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 02:59:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-17 02:59:54 +0000 |
commit | 5bc4f4fb5b383ca32b382b6c0d09602346064414 (patch) | |
tree | c741e5844c2815679107d648a15841653b9b01a5 /tests/yanglint/interactive/ly.tcl | |
parent | Adding upstream version 3.1.0+dfsg. (diff) | |
download | libyang3-upstream.tar.xz libyang3-upstream.zip |
Adding upstream version 3.4.2+dfsg.upstream/3.4.2+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/yanglint/interactive/ly.tcl')
-rw-r--r-- | tests/yanglint/interactive/ly.tcl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/yanglint/interactive/ly.tcl b/tests/yanglint/interactive/ly.tcl index 4c56be4..efa57f2 100644 --- a/tests/yanglint/interactive/ly.tcl +++ b/tests/yanglint/interactive/ly.tcl @@ -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 - } -} |