1
0

Add flag for verbose output

This commit is contained in:
2019-11-14 15:38:16 +00:00
parent 7b8cf96b4a
commit 9c70af4f6f
4 changed files with 29 additions and 7 deletions

View File

@ -51,7 +51,8 @@ func packHandler(db *sql.DB, path, registry string, stop time.Time,
pewHandler(kcfg, workPath, "", "", "", false,
stop, dockerTimeout, qemuTimeout,
kernelRuns, exploitRuns, pathDevNull, tag, threads, db)
kernelRuns, exploitRuns, pathDevNull,
tag, threads, db, false)
}
return