wwfixture: stop before capture ordinals wrap
This commit is contained in:
@@ -423,6 +423,10 @@ fn cancelall(handles: []exec.process) bool = {
|
||||
};
|
||||
|
||||
fn runfixtures(opts: *options, c: *corpus, ids: []identity) int = {
|
||||
if (ids.len > 9999) {
|
||||
fmt.errorln("wwfixture: selected matrix exceeds four-digit capture namespace");
|
||||
return 1;
|
||||
};
|
||||
let runroot: str = strings.dup(temp.dir());
|
||||
let rid: str = runid(runroot);
|
||||
let cells: []fixturecell;
|
||||
|
||||
Reference in New Issue
Block a user