mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Additional tests designed to detect future performance regressions. (CVS 3840)
FossilOrigin-Name: 764e7262b93a7a5073128ecd4db265b0c728a701
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements some common TCL routines used for regression
|
||||
# testing the SQLite library
|
||||
#
|
||||
# $Id: tester.tcl,v 1.77 2007/03/31 22:34:16 drh Exp $
|
||||
# $Id: tester.tcl,v 1.78 2007/04/13 03:23:21 drh Exp $
|
||||
|
||||
# Make sure tclsqlite3 was compiled correctly. Abort now with an
|
||||
# error message if not.
|
||||
@ -119,6 +119,7 @@ proc do_test {name cmd expected} {
|
||||
} else {
|
||||
puts " Ok"
|
||||
}
|
||||
flush stdout
|
||||
}
|
||||
|
||||
# Run an SQL script.
|
||||
|
Reference in New Issue
Block a user