stress: expect syz-executor to be in the current dir by default

This commit is contained in:
Dmitry Vyukov 2016-06-22 15:23:56 +02:00
parent 1816c21f2b
commit 85da6413f9

View File

@ -25,7 +25,7 @@ import (
var (
flagCorpus = flag.String("corpus", "", "corpus directory")
flagExecutor = flag.String("executor", "", "path to executor binary")
flagExecutor = flag.String("executor", "./syz-executor", "path to executor binary")
flagOutput = flag.Bool("output", false, "print executor output to console")
flagProcs = flag.Int("procs", 2*runtime.NumCPU(), "number of parallel processes")
flagLogProg = flag.Bool("logprog", false, "print programs before execution")