OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3793-g12e2d47
Gerrit Code Review
gerrit@openafs.org
Tue, 28 May 2013 15:58:48 -0700 (PDT)
The following commit has been merged in the master branch:
commit 12e2d47a1c318d13e43c19d0afd1cd3401e03a8d
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Wed Apr 3 16:09:53 2013 -0400
tests: Improve afstest_UnlinkTestConfig cleanup
Make afstest_UnlinkTestConfig clean up and remove the specified
directory regardless of which files are present. This means
the function no longer has to track the current state of which
files may be present as tests are added and modified.
A sanity check is added to prevent damage in case the function is
called for an inappropriate directory.
As before, no cleaning is done if the test is run outside of a
"make check".
Change-Id: Idd092040496aaa2566c8693496fefd7d6f247565
Reviewed-on: http://gerrit.openafs.org/9703
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
tests/common/config.c | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
--
OpenAFS Master Repository