File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,6 @@ echo ===========================================================================
166
166
pushd $EXECUTION_DIR
167
167
[[RunCommands]]
168
168
test_exitcode=$?
169
- if [[ -s testResults.xml ]]; then
170
- has_test_results=1;
171
- fi ;
172
169
popd
173
170
echo ----- end $( date) ----- exit code $test_exitcode ----------------------------------------------------------
174
171
@@ -233,7 +230,7 @@ popd >/dev/null
233
230
# ======================== END Core File Inspection ==========================
234
231
# The helix work item should not exit with non-zero if tests ran and produced results
235
232
# The special console runner for runtime returns 1 when tests fail
236
- if [[ " $test_exitcode " == " 1" && $has_test_results ]]; then
233
+ if [[ " $test_exitcode " == " 1" ]]; then
237
234
if [ -n " $HELIX_WORKITEM_PAYLOAD " ]; then
238
235
exit 0
239
236
fi
You can’t perform that action at this time.
0 commit comments