Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/atf/dist/atf-sh Make cleanup work as documented...



details:   https://anonhg.NetBSD.org/src/rev/03388a32c95a
branches:  trunk
changeset: 325864:03388a32c95a
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 10 01:16:07 2014 +0000

description:
Make cleanup work as documented; note there are no tests testing that cleanup
works.

diffstat:

 external/bsd/atf/dist/atf-sh/libatf-sh.subr |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 177f03594b7d -r 03388a32c95a external/bsd/atf/dist/atf-sh/libatf-sh.subr
--- a/external/bsd/atf/dist/atf-sh/libatf-sh.subr       Thu Jan 09 22:48:16 2014 +0000
+++ b/external/bsd/atf/dist/atf-sh/libatf-sh.subr       Fri Jan 10 01:16:07 2014 +0000
@@ -772,6 +772,7 @@
             _atf_syntax_error "Cannot provide more than one test case name"
         else
             _atf_run_tc "${1}"
+            _atf_run_tc "${1}:cleanup"
         fi
     fi
 }



Home | Main Index | Thread Index | Old Index