Skip to content

Commit 945df51

Browse files
committed
chore(ci): update fill prepatched script.
1 parent 6cf066e commit 945df51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/scripts/fill_prepatched_tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ rm -f filloutput.log
2929

3030
uv run fill $MODIFIED_DELETED_FILES --clean --until=$FILL_UNTIL --evm-bin evmone-t8n --block-gas-limit $BLOCK_GAS_LIMIT -m "state_test or blockchain_test" --output $BASE_TEST_PATH > >(tee -a filloutput.log) 2> >(tee -a filloutput.log >&2)
3131

32+
if grep -q "no tests ran" filloutput.log; then
33+
echo "any_modified_fixtures=false" >> "$GITHUB_OUTPUT"
34+
exit 0
35+
fi
36+
3237
if grep -q "FAILURES" filloutput.log; then
3338
echo "Error: failed to generate .py tests from before the PR."
3439
exit 1

0 commit comments

Comments
 (0)