Diff

Differences From Artifact [541777ce91]:

To Artifact [4ad4341f53]:


237
238
239
240
241
242
243




244
245
246
247
248
249
250
			if [ "$?" != "0" ]; then
				echo "Script failed: ${testscp_tag} on ${version}/${kit}" >&2

				failed="${failed} ${version}/${kit}-test-${testscp_tag}"

				continue
			fi




		done
	done
done

if [ -n "${failed}" ]; then
	echo "Failed: ${failed}"
fi







>
>
>
>







237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
			if [ "$?" != "0" ]; then
				echo "Script failed: ${testscp_tag} on ${version}/${kit}" >&2

				failed="${failed} ${version}/${kit}-test-${testscp_tag}"

				continue
			fi

			if [ ! -s "${scplogfile}" ]; then
				rm -f "${scplogfile}"
			fi
		done
	done
done

if [ -n "${failed}" ]; then
	echo "Failed: ${failed}"
fi