diff --git a/tools/push3-evolution/evolve.sh b/tools/push3-evolution/evolve.sh index b76490c..5d26df4 100755 --- a/tools/push3-evolution/evolve.sh +++ b/tools/push3-evolution/evolve.sh @@ -516,7 +516,7 @@ PYEOF ) || SCORE=0 else # Anvil mode (or revm fallback): score candidate individually. - SCORE=$(bash "$FITNESS_SH" "$CAND_FILE" 2>/dev/null) || FITNESS_EC=$? + SCORE=$(bash "$FITNESS_SH" "$CAND_FILE") || FITNESS_EC=$? # Exit 2 = infrastructure error (Anvil down, missing tools): abort immediately. if [ "$FITNESS_EC" -eq 2 ]; then