Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
277be10c
Commit
277be10c
authored
May 28, 2012
by
Mukund Sivaraman
Browse files
[1704] Assert that the lockfiles exist
parent
8eb4eb3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bind10/tests/bind10_test.py.in
View file @
277be10c
...
...
@@ -1487,6 +1487,7 @@ class TestFunctions(unittest.TestCase):
fname = os.environ["B10_FROM_BUILD"] + '/' + f
if not os.path.isfile(fname):
open(fname, "w").close()
self.assertTrue(os.path.isfile(fname))
# first call should clear up all the lockfiles
bind10_src.remove_lock_files()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment