Skip to content
GitLab
Menu
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
d7919189
Commit
d7919189
authored
Mar 15, 2003
by
Per Cederqvist
Browse files
Source config/localcfg.exp if it exists.
parent
eb94d2f8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/testsuite/config/unix.exp
View file @
d7919189
# The values in this file can be overridden by creating localcfg.exp
# and setting them there. This is useful if you are working against
# the CVS repository and make a purely local change (such as setting
# the timeout value to a low value).
# Set this to 1 to cause the test suite to wait while you attach to
# the process that is being tested.
...
...
@@ -1239,3 +1244,9 @@ proc dump_statistics {} {
system "kill -USR1 $lyskomd_pid"
}
# If you want to override the timeout or some other values, you
# can do so by creating "localcfg.exp" in the build tree.
if {[file exists "config/localcfg.exp"]} {
source "config/localcfg.exp"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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