aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance/instance_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/log: rename -v to -vvDmitry Vyukov2019-07-161-4/+4
| | | | | To avoid conflicts with programs that import both syzkaller packages and github.com/golang/glog which also defines -v flag.
* pkg/instance: fix gometalinter warningsDmitry Vyukov2018-08-291-8/+9
|
* pkg/instance: fix job testingDmitry Vyukov2018-08-291-0/+134
New FuzzerCmd generates flags that can't be parsed by an old fuzzer. Fix that and add a test.