[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:30:44
|
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 |