Re: [pm-qa 04/14] add script functions

2011-07-27 Thread Amit Kucheria
Just a nit below. On 11 Jul 26, Daniel Lezcano wrote: > Add a common directory for all the functions we will use later in the test > scripts. > > Signed-off-by: Daniel Lezcano > --- > include/functions.sh | 251 > ++ > 1 files changed, 251 inse

[pm-qa 04/14] add script functions

2011-07-26 Thread Daniel Lezcano
Add a common directory for all the functions we will use later in the test scripts. Signed-off-by: Daniel Lezcano --- include/functions.sh | 251 ++ 1 files changed, 251 insertions(+), 0 deletions(-) create mode 100644 include/functions.sh diff