Add a redo-ifcreate test.
Turns out we weren't testing this one at all, which is a shame, because it totally didn't work.
This commit is contained in:
parent
e6f95521ae
commit
f16f0147b1
7 changed files with 40 additions and 2 deletions
|
|
@ -14,5 +14,6 @@ try:
|
|||
sys.exit(1)
|
||||
else:
|
||||
f.add_dep('c', t)
|
||||
state.commit()
|
||||
except KeyboardInterrupt:
|
||||
sys.exit(200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue