Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix an instance of leaking the 'previous pid' in a test file. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | preRelease |
Files: | files | file ages | folders |
SHA1: |
24d17721c5d90ca9822290d22a192b45 |
User & Date: | mistachkin 2019-10-27 16:24:24.235 |
Context
2019-10-27
| ||
17:26 | Minor adjustment to the test suite setup file. check-in: 9b7ff9c17a user: mistachkin tags: preRelease | |
16:24 | Fix an instance of leaking the 'previous pid' in a test file. check-in: 24d17721c5 user: mistachkin tags: preRelease | |
06:07 | Update version history docs. check-in: 8fcdad086f user: mistachkin tags: preRelease | |
Changes
Changes to Tests/tkt-0e48e80333.eagle.
︙ | ︙ | |||
307 308 309 310 311 312 313 314 315 316 317 318 319 320 | list $code $error } -cleanup { cleanupDb $fileName catch {file delete $scriptFileName} catch {file delete $configFileName} unset -nocomplain dummy count unset -nocomplain code output error scriptFileName configFileName unset -nocomplain db fileName restoreMdaConfigEnvironment restoreEagleShellEnvironment | > > | 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 | list $code $error } -cleanup { cleanupDb $fileName catch {file delete $scriptFileName} catch {file delete $configFileName} catch {info previouspid true} unset -nocomplain dummy count unset -nocomplain code output error scriptFileName configFileName unset -nocomplain db fileName restoreMdaConfigEnvironment restoreEagleShellEnvironment |
︙ | ︙ |