File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,13 +106,13 @@ feature_shell "cd kevm-pyk && poetry run pytest src/tests/integration/test_prove
106
106
107
107
mkdir -p $SCRIPT_DIR /logs
108
108
109
- feature_shell " make test-prove-pyk PYTEST_PARALLEL=$PYTEST_PARALLEL PYTEST_ARGS='--maxfail=0 --timeout 7200 -vv $BUG_REPORT --kompiled-targets-dir $PREKOMPILED_DIR ' | tee $SCRIPT_DIR /logs/kevm-$KEVM_VERSION -$FEATURE_BRANCH_NAME .log"
109
+ feature_shell " make test-prove-rules PYTEST_PARALLEL=$PYTEST_PARALLEL PYTEST_ARGS='--maxfail=0 --timeout 7200 -vv $BUG_REPORT --kompiled-targets-dir $PREKOMPILED_DIR ' | tee $SCRIPT_DIR /logs/kevm-$KEVM_VERSION -$FEATURE_BRANCH_NAME .log"
110
110
killall kore-rpc-booster || echo " No zombie processes found"
111
111
112
112
113
113
if [ -z " $BUG_REPORT " ]; then
114
114
if [ ! -e " $SCRIPT_DIR /logs/kevm-$KEVM_VERSION -master-$MASTER_COMMIT_SHORT .log" ]; then
115
- master_shell " make test-prove-pyk PYTEST_PARALLEL=$PYTEST_PARALLEL PYTEST_ARGS='--maxfail=0 --timeout 7200 -vv --kompiled-targets-dir $PREKOMPILED_DIR ' | tee $SCRIPT_DIR /logs/kevm-$KEVM_VERSION -master-$MASTER_COMMIT_SHORT .log"
115
+ master_shell " make test-prove-rules PYTEST_PARALLEL=$PYTEST_PARALLEL PYTEST_ARGS='--maxfail=0 --timeout 7200 -vv --kompiled-targets-dir $PREKOMPILED_DIR ' | tee $SCRIPT_DIR /logs/kevm-$KEVM_VERSION -master-$MASTER_COMMIT_SHORT .log"
116
116
killall kore-rpc-booster || echo " No zombie processes found"
117
117
fi
118
118
You can’t perform that action at this time.
0 commit comments