chiark / gitweb /
[PATCH] let udev-test.pl run an individual test if you ask it to.
authorgreg@kroah.com <greg@kroah.com>
Thu, 12 Feb 2004 08:49:52 +0000 (00:49 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:26 +0000 (21:32 -0700)
commit2e31718495a89e6b582240ed527950f78e7d1849
treeba9a0c55349f4f20a1e9b5590741e56fa0cd281a
parent1b9410278e40850bdcedb2fdfc0f815361b1c303
[PATCH] let udev-test.pl run an individual test if you ask it to.

just put the test number on the command line:
udev-test.pl 3
will run test number 3

If no test number is specified, all of the tests will be run, just like before.
test/udev-test.pl