Skip to content

Commit 9b33609

Browse files
committed
udpate entryppoint
1 parent 92aad91 commit 9b33609

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

entrypoint_harnessagent.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ seeds_agg_dir="/workspaces/corpus"
2121
mkdir -p "$seeds_agg_dir"
2222

2323
# Commands go here
24-
python infra/oss-fuzz.py --root $OSSFUZZ_PATH --model $SEEDGEN_GENERATIVE_MODEL $PROJECT $HARNESSNAME && \
25-
echo "Seeds generated successfully"
24+
python infra/oss-fuzz.py --root $OSSFUZZ_PATH --model $SEEDGEN_GENERATIVE_MODEL $PROJECT $HARNESSNAME
2625

2726
# find "/app/.tmp/$PROJECT" -type d -name "seeds"
2827
# Find all seeds folders within the project directory

0 commit comments

Comments
 (0)