Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: third_party/sqlite/sqlite-src-3070603/test/releasetest.tcl

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 set rcsid {$Id: $} 2 set rcsid {$Id: $}
3 3
4 # Documentation for this script. This may be output to stderr 4 # Documentation for this script. This may be output to stderr
5 # if the script is invoked incorrectly. See the [process_options] 5 # if the script is invoked incorrectly. See the [process_options]
6 # proc below. 6 # proc below.
7 # 7 #
8 set ::USAGE_MESSAGE { 8 set ::USAGE_MESSAGE {
9 This Tcl script is used to test the various configurations required 9 This Tcl script is used to test the various configurations required
10 before releasing a new version. Supported command line options (all 10 before releasing a new version. Supported command line options (all
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 } else { 329 } else {
330 run_test_suite "${zConfig}_ndebug" test [ 330 run_test_suite "${zConfig}_ndebug" test [
331 lreplace $config_options $debug_idx $debug_idx 331 lreplace $config_options $debug_idx $debug_idx
332 ] 332 ]
333 } 333 }
334 334
335 } 335 }
336 } 336 }
337 337
338 main $argv 338 main $argv
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/test/releasetest.mk ('k') | third_party/sqlite/sqlite-src-3070603/test/rollback.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698