Re: [Csql-development] about output of execTests.ksh and test's Makefile
Main Memory Database Cache
Brought to you by:
prabatuty
|
From: 谢良 <xie...@ki...> - 2008-02-25 07:40:57
|
sorry, 'rm -rf ${TEST_RUN_ROOT}/* [new]'
blush...
谢良
2008-02-25
发件人: 谢良
发送时间: 2008-02-25 15:32:06
收件人: prabakaran
抄送: csql-development
主题: [Csql-development] about output of execTests.ksh and test's Makefile
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."
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
"
谢良
2008-02-25
|