Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
tabs -> spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Aug 14, 2019
1 parent 3d72de8 commit d811427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/fuzzit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
set -eux

function target {
go-fuzz-build -libfuzzer -func $3 -o fuzzer.a $2
clang -fsanitize=fuzzer fuzzer.a -o fuzzer
go-fuzz-build -libfuzzer -func $3 -o fuzzer.a $2
clang -fsanitize=fuzzer fuzzer.a -o fuzzer

./fuzzit create target $1 || true
./fuzzit create job $LOCAL --type fuzzing --branch $TRAVIS_BRANCH --revision $TRAVIS_COMMIT prose/$1 ./fuzzer
./fuzzit create job $LOCAL --type fuzzing --branch $TRAVIS_BRANCH --revision $TRAVIS_COMMIT prose/$1 ./fuzzer
}

go get -u github.com/dvyukov/go-fuzz/go-fuzz-build
Expand Down

0 comments on commit d811427

Please sign in to comment.