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
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0b699731
Commit
0b699731
authored
Dec 12, 2001
by
Per Cederqvist
Browse files
(extracting_expect): Set $var to the empty string even on failure, to
avoid some TCL errors.
parent
3ad26897
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/config/unix.exp
View file @
0b699731
...
...
@@ -214,7 +214,9 @@ proc extracting_expect {regex var grp} {
puts -nonewline "."
flush stdout
}
set $var ""
expect {
-re "^$line_leader$regex$nl" {
set $var $expect_out($grp,string)
...
...
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