Re: [Csql-development] about output of execTests.ksh and test's Makefile
Main Memory Database Cache
Brought to you by:
prabatuty
|
From: prabakaran <pra...@ya...> - 2008-02-29 05:27:05
|
1 :
In execTests.ksh file :
"
if [ -s "$TEST_RUN_DIR" ]
then
echo "TEST_RUN_ROOT already has Connection
directory. Remove and try again."
exit 1
fi
"
I think it isn't a better output ,right? Maybe try as
"TEST_RUN_ROOT isn't empty!! Please clean and try
again."
<PRABA>Yes. i have changed it.
2 :
Some guys who run test-case frequently may forget to
clean the TEST_RUN_ROOT directory , add some opes to
$CSQL_SRCROOT/test/Makefile , better?
"
runall: buildall
rm -rf $TEST_RUN_ROOT/* [new]
./execTests.ksh
./genReport.ksh
"
<PRABA> I think it is better the user cleans it. so
that he can decide whether the TEST_RUN_ROOT dir needs
to be preserved for future analysis.
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
|