Commit b47bf7d8 authored by Jim Fulton's avatar Jim Fulton

Added an assert to try to pin down a weird intermittent test failure.

parent ef7ea0c7
...@@ -536,6 +536,7 @@ Let's fix the recipe: ...@@ -536,6 +536,7 @@ Let's fix the recipe:
... except: ... except:
... for d in created: ... for d in created:
... os.rmdir(d) ... os.rmdir(d)
... assert not os.path.exists(d)
... raise ... raise
... ...
... return paths ... return paths
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment