File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
ccb_mcp_crossrepo_tracing
ccx-config-trace-010/tests
ccb_mcp_incident/ccx-incident-031/tests
ccb_mcp_platform/ccx-explore-091-ds/tests Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5151fi
5252
5353echo " Running oracle checks..."
54- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
54+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5555
5656# Validate score is a number
5757if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5151fi
5252
5353echo " Running oracle checks..."
54- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
54+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5555
5656# Validate score is a number
5757if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5151fi
5252
5353echo " Running oracle checks..."
54- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
54+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5555
5656# Validate score is a number
5757if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5151fi
5252
5353echo " Running oracle checks..."
54- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
54+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5555
5656# Validate score is a number
5757if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5151fi
5252
5353echo " Running oracle checks..."
54- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
54+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5555
5656# Validate score is a number
5757if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5151fi
5252
5353echo " Running oracle checks..."
54- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
54+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5555
5656# Validate score is a number
5757if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5252fi
5353
5454echo " Running oracle checks..."
55- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
55+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5656
5757# Validate score is a number
5858if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5151fi
5252
5353echo " Running oracle checks..."
54- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
54+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5555
5656# Validate score is a number
5757if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5252fi
5353
5454echo " Running oracle checks..."
55- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
55+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5656
5757# Validate score is a number
5858if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if [ ! -f "$ORACLE_CHECKS" ]; then
5252fi
5353
5454echo " Running oracle checks..."
55- SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1)
55+ SCORE=$( python3 " $ORACLE_CHECKS " --answer " $ANSWER_PATH " --spec " $TASK_SPEC_PATH " --verbose 2>&1 | tee /dev/stderr | tail -1) || true
5656
5757# Validate score is a number
5858if ! echo " $SCORE " | python3 -c " import sys; float(sys.stdin.read().strip())" 2> /dev/null; then
You can’t perform that action at this time.
0 commit comments