Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/bsd/atf/dist/atf-sh



Module Name:    src
Committed By:   christos
Date:           Fri Jan 10 01:39:32 UTC 2014

Modified Files:
        src/external/bsd/atf/dist/atf-sh: libatf-sh.subr

Log Message:
Undo previous; unfortunately the cleanup routine gets called in a different
shell so it can't cleanup stuff set in the environment of the first shell.
There are 2 problems:
        - calling the test routine directly does not cleanup (not using
          atf-run)
        - when using atf-run, the cleanup routine needs state from the
          running code which can only be stored in files. This will never
          allow us to run tests in parallel since we need to keep a known
          place to pass state.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/atf/dist/atf-sh/libatf-sh.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index