| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |