Re: [PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-08 Thread Satoru Takeuchi
At Fri, 7 Mar 2014 19:43:28 -0500, Steven Rostedt wrote: > > On Sat, 08 Mar 2014 09:12:31 +0900 > Satoru Takeuchi wrote: > > > Hi Steven, > > > > At Sun, 02 Mar 2014 21:20:31 +0900, > > Satoru Takeuchi wrote: > > > > > > From: Satoru Takeuchi > > > > > > If we'd like to set the redirect

Re: [PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-08 Thread Satoru Takeuchi
At Fri, 7 Mar 2014 19:43:28 -0500, Steven Rostedt wrote: On Sat, 08 Mar 2014 09:12:31 +0900 Satoru Takeuchi satoru.takeu...@gmail.com wrote: Hi Steven, At Sun, 02 Mar 2014 21:20:31 +0900, Satoru Takeuchi wrote: From: Satoru Takeuchi satoru.takeu...@gmail.com If we'd

Re: [PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-07 Thread Steven Rostedt
On Sat, 08 Mar 2014 09:12:31 +0900 Satoru Takeuchi wrote: > Hi Steven, > > At Sun, 02 Mar 2014 21:20:31 +0900, > Satoru Takeuchi wrote: > > > > From: Satoru Takeuchi > > > > If we'd like to set the redirect target file of run_command(), > > we should define $redirect before calling this

Re: [PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-07 Thread Satoru Takeuchi
Hi Steven, At Sun, 02 Mar 2014 21:20:31 +0900, Satoru Takeuchi wrote: > > From: Satoru Takeuchi > > If we'd like to set the redirect target file of run_command(), > we should define $redirect before calling this function and should undef it > after calling this function. Since it's

Re: [PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-07 Thread Satoru Takeuchi
Hi Steven, At Sun, 02 Mar 2014 21:20:31 +0900, Satoru Takeuchi wrote: From: Satoru Takeuchi satoru.takeu...@gmail.com If we'd like to set the redirect target file of run_command(), we should define $redirect before calling this function and should undef it after calling this function.

Re: [PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-07 Thread Steven Rostedt
On Sat, 08 Mar 2014 09:12:31 +0900 Satoru Takeuchi satoru.takeu...@gmail.com wrote: Hi Steven, At Sun, 02 Mar 2014 21:20:31 +0900, Satoru Takeuchi wrote: From: Satoru Takeuchi satoru.takeu...@gmail.com If we'd like to set the redirect target file of run_command(), we should

[PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-02 Thread Satoru Takeuchi
From: Satoru Takeuchi If we'd like to set the redirect target file of run_command(), we should define $redirect before calling this function and should undef it after calling this function. Since it's user-unfriendly, add 2nd parameter of run_command() for this purpose. Signed-off-by: Satoru

[PATCH 1/2] ktest: add 2nd parameter of run_command() to set the redirect target file

2014-03-02 Thread Satoru Takeuchi
From: Satoru Takeuchi satoru.takeu...@gmail.com If we'd like to set the redirect target file of run_command(), we should define $redirect before calling this function and should undef it after calling this function. Since it's user-unfriendly, add 2nd parameter of run_command() for this purpose.