summaryrefslogtreecommitdiff
path: root/socketfuzzer/unittest.sh
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-05 12:28:03 -0700
committerElliott Hughes <enh@google.com>2021-04-05 12:28:03 -0700
commit5bf4487f06db475971cd06159cff4b8deabda912 (patch)
treed047a86e81b65626fb9d698ff2c473d0781a8d7e /socketfuzzer/unittest.sh
parentfe73f48d70acf72028e102dc08e620d9078901fc (diff)
downloadhonggfuzz-5bf4487f06db475971cd06159cff4b8deabda912.tar.gz
Remove hongfuzz.HEADmastermain
Just leave the janitorial OWNERS file explaining that bringing this project back would require going through the go/android-3p approval process again. Bug: http://b/184301511 Test: treehugger Change-Id: Ifbc6cf84c26655b951f2b4d624477697eaefc9e3
Diffstat (limited to 'socketfuzzer/unittest.sh')
-rw-r--r--socketfuzzer/unittest.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/socketfuzzer/unittest.sh b/socketfuzzer/unittest.sh
deleted file mode 100644
index e119c160..00000000
--- a/socketfuzzer/unittest.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-rm HONGGFUZZ.REPORT.TXT SIGABR* HF.san* SIGSEGV.*.fuzz
-
-../honggfuzz --keep_output --debug --sanitizers --stdin_input --threads 1 --verbose --logfile log.txt --socket_fuzzer -- ./vulnserver_cov &
-python ./honggfuzz_socketclient.py auto $!