|
From: Bart V. A. <bar...@gm...> - 2009-08-27 06:09:26
|
On Thu, Aug 27, 2009 at 12:36 AM, Nicholas Nethercote<n.n...@gm...> wrote: > On Thu, Aug 27, 2009 at 4:11 AM, <sv...@va...> wrote: > =================================================================== >> --- trunk/none/tests/procfs-linux.vgtest (rev 0) >> +++ trunk/none/tests/procfs-linux.vgtest 2009-08-26 18:11:18 UTC (rev 10871) >> @@ -0,0 +1,4 @@ >> +prereq: [ $(uname) = Linux ] >> +prog: procfs-cmdline-exe >> +args: arg1 "arg 2" arg3 >> +stderr_filter: filter_stderr > > An easier way to do this is to just put it in none/tests/linux/, that > way you don't need the uname prereq test. I have considered to add this test in the directory none/tests/linux, but choose to add it in none/tests instead such that it is present in the same directory as the regression test procfs-non-linux.vgtest. Bart. |