fix issue143 - call unconfigure/sessionfinish always when

configure/sessionstart where called

use exitcode 4 (instead of 3 which signaled an internal error)
when an initial directory/file was not found
This commit is contained in:
holger krekel
2012-05-17 23:11:23 +02:00
parent 6c7ea8191f
commit e18abfd013
6 changed files with 53 additions and 32 deletions

View File

@@ -32,3 +32,6 @@ Changes between 2.2.3 and 2.2.4
- fix issue 140: propperly get the real functions
of bound classmethods for setup/teardown_class
- fix issue #141: switch from the deceased paste.pocoo.org to bpaste.net
- fix issue #143: call unconfigure/sessionfinish always when
configure/sessionstart where called