Skip to content

Commit b2c6051

Browse files
committed
dummy gcbrun
1 parent 4705206 commit b2c6051

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

benchmarks/wireshark_fuzzshark/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ cmake -G Ninja \
7878

7979
ninja fuzzshark
8080

81+
mkdir -p $OUT/seeds
82+
find $SRC -name "*.pcap" -exec cp {} $OUT/seeds \;
8183

8284
$SRC/wireshark/tools/oss-fuzzshark/build.sh all

service/gcbrun_experiment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from the last PR comment containing "/gcbrun" and pass it to run_experiment.py
1818
which will run an experiment."""
1919

20+
# dummy change.
2021
import logging
2122
import os
2223
import sys

0 commit comments

Comments
 (0)