[LTP] [PATCH] sched_cli_serv: fopen: No such file or directory

2009-01-15 Thread CAI Qian
Hi, This patch fixes the following error when running sched_cli_serv test case via runltp by making the path of the data file as a runtime option and giving an absolute path of it. # ./runltp -p -d /tmp -l /tmp/1.log -o /tmp/2.log -f sched # cat 2.log ... test_start tag=sched_cli_serv

Re: [LTP] [PATCH] sched_cli_serv: fopen: No such file or directory

2009-01-15 Thread Subrata Modak
On Thu, 2009-01-15 at 00:31 -0800, CAI Qian wrote: Hi, This patch fixes the following error when running sched_cli_serv test case via runltp by making the path of the data file as a runtime option and giving an absolute path of it. # ./runltp -p -d /tmp -l /tmp/1.log -o /tmp/2.log -f