Check submission script
Gedare Bloom
gedare at rtems.org
Tue Jun 10 12:32:03 UTC 2014
On Tue, Jun 10, 2014 at 2:51 AM, Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
> Hello,
>
> the check submission script
>
> http://git.rtems.org/rtems-testing/tree/merge-helpers/check_submission
>
> contains a test for timing values
>
> # Hopefully have some output from the tmtests
> echo "=== Checking for timing information"
> c=$(ls -1 times* 2>/dev/null | wc -l)
> if [[ ${c} -eq 0 ]]; then
> echo "Please run the timing tests and include the results."
> fi
>
> Is it really useful to add such timing values to the sources? They may be
> out of date right with the next commit.
>
I agree. The only place timing results make sense is for a release.
Using the tmtests can also be important when making changes in
supercore, but that is less often done and should be better handled by
the developer/tester.
-Gedare
> --
> Sebastian Huber, embedded brains GmbH
>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany
> Phone : +49 89 189 47 41-16
> Fax : +49 89 189 47 41-09
> E-Mail : sebastian.huber at embedded-brains.de
> PGP : Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
> _______________________________________________
> rtems-devel mailing list
> rtems-devel at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-devel
More information about the devel
mailing list