Test for the previous bugfix.
This fails if you make test *twice* without the preceding patch. Unfortunately I couldn't find a good way to make it fail if you only make test once.
This commit is contained in:
parent
0652bc9911
commit
b19a918894
9 changed files with 24 additions and 3 deletions
2
redo.py
2
redo.py
|
|
@ -22,7 +22,7 @@ if opt.verbose:
|
|||
if opt.shuffle:
|
||||
os.environ['REDO_SHUFFLE'] = '1'
|
||||
|
||||
is_root = not os.environ.get('REDO_BASE', '')
|
||||
is_root = not os.environ.get('REDO', '')
|
||||
|
||||
if is_root:
|
||||
# toplevel call to redo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue