We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126e0f5 commit bbc9b45Copy full SHA for bbc9b45
scripts/check_benchmark_thresholds.sh
@@ -47,15 +47,15 @@ elif [[ "$rc" == 2 ]]; then
47
48
if [[ "$update_rc" != 0 ]]; then
49
error "Benchmark failed to run due to build error."
50
- exit 1
+ exit $update_rc
51
fi
52
53
echo "=== BEGIN DIFF ===" # use echo, not log for clean output to be scraped
54
git diff --exit-code HEAD
55
# all other errors
56
else
57
58
+ exit $rc
59
60
61
0 commit comments