Check-in [7720fda215]
Overview
Comment:Updated to clean up all log files from succesful tests
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7720fda215688be4dba94c631e489f407e6c4b7e
User & Date: rkeene on 2010-09-26 04:46:49
Other Links: manifest | tags
Context
2010-09-26
04:46
Added new script to publish test results

Updated existing publish script to include failure count check-in: f8e23f8a39 user: rkeene tags: trunk

04:46
Updated to clean up all log files from succesful tests check-in: 7720fda215 user: rkeene tags: trunk
04:46
Updated to cleanup logs that are empty check-in: 44fdeb3c7e user: rkeene tags: trunk
Changes

Modified build/test/test from [4ad4341f53] to [88b3d324b1].

238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
				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







<
|
<







238
239
240
241
242
243
244

245

246
247
248
249
250
251
252
				echo "Script failed: ${testscp_tag} on ${version}/${kit}" >&2

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

				continue
			fi


			rm -f "${scplogfile}"

		done
	done
done

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