chiark / gitweb /
[PATCH] udevd-test.pl: remove wrong date calculation
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sun, 12 Dec 2004 02:35:39 +0000 (03:35 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:13:48 +0000 (23:13 -0700)
commit98446db5533596fd4d32f5019479d37d9495f1a1
tree4d4ed1f01abbc1dfc473092ce97e1ce7afd221f3
parent7e0bd584756b87d57b3f3e62dcbac208476f1804
[PATCH] udevd-test.pl: remove wrong date calculation

A hour wrap during the test run does not work :) Just remove
all the useless date conversions as we are only interested in the
seconds it takes to process.

[root@pim udevd-test]# ./udevd-test.pl 9
   ...
   device: /class/tty/console, action: remove
   forking udev time:     Sat Dec 11 18:59:57 2004
   the delay time is:     3 s

   device: /class/tty/ptmx, action: remove
   forking udev time:     Sat Dec 11 19:00:07 2004
   the delay time is:     4013 s

   the delay time is: 4013
   udevd doesn't act properly.
test/udevd-test/udev-log-amplify.pl
test/udevd-test/udev-log-script.pl
test/udevd-test/udevd-test.pl