Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
38273a9e
Commit
38273a9e
authored
Jun 02, 2010
by
Pieter Noordhuis
Browse files
removed obsolete code
parent
436f18b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/support/test.tcl
View file @
38273a9e
...
...
@@ -4,7 +4,6 @@ set ::testnum 0
proc test
{
name code okpattern
}
{
incr ::testnum
# if
{
$::testnum
< $::first || $::testnum > $::last
}
return
puts -nonewline
[
format
"#%03d %-68s "
$::testnum $name
]
flush stdout
if
{[
catch
{
set retval
[
uplevel 1 $code
]}
error
]}
{
...
...
tests/test_helper.tcl
View file @
38273a9e
...
...
@@ -15,7 +15,6 @@ set ::traceleaks 0
set ::valgrind 0
proc execute_tests name
{
set cur $::testnum
source
"tests/
$name.tcl
"
}
...
...
Write
Preview
Markdown
is supported
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