Skip to content

Commit

Permalink
The upstream example is incorrect, but the ./fuzzit help shows how to…
Browse files Browse the repository at this point in the history
… do this.

Issue #256
  • Loading branch information
Jamie Wilkinson committed Aug 27, 2019
1 parent a26a701 commit e298710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
go-fuzz-build -libfuzzer -o fuzzer.a .
clang-9 -fsanitize=fuzzer fuzzer.a -o fuzzer
- run: |
./fuzzit create job --type local-regression --branch ${CIRCLE_BRANCH} --revision ${CIRCLE_SHA1} mtail/internal-vm internal/vm/fuzzer
./fuzzit create job --type regression --local --branch ${CIRCLE_BRANCH} --revision ${CIRCLE_SHA1} mtail/internal-vm internal/vm/fuzzer
# tag-filter ensures that jobs run for version-tagged changes as well as
# regular commits. Use for all normal build and test and stats (coverage)
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ workdir/*
/mgen
/internal/vm/fuzzer.a
/internal/vm/fuzzer
/internal/vm/fuzzit

0 comments on commit e298710

Please sign in to comment.