Implement state tracking in database
This commit is contained in:
parent
25c15dc3ab
commit
9f438ae068
5 changed files with 27 additions and 34 deletions
|
|
@ -40,7 +40,7 @@ func init() {
|
|||
for _, nt := range group.Nettests {
|
||||
log.Debugf("Running test %T", nt)
|
||||
msmtPath := filepath.Join(ctx.TempDir,
|
||||
fmt.Sprintf("msmt-%s-%T.jsonl", nt,
|
||||
fmt.Sprintf("msmt-%T-%s.jsonl", nt,
|
||||
time.Now().UTC().Format(time.RFC3339Nano)))
|
||||
|
||||
ctl := nettests.NewController(nt, ctx, result, msmtPath)
|
||||
|
|
|
|||
Loading…
Reference in a new issue