cds go_test bug fixed

Former-commit-id: f73133dca83d02a0c223e98a3ac82fdb0d03c5ae
Former-commit-id: 3db7c0037f7c109f4479490480d4323a55206c6a
This commit is contained in:
alain viari
2015-11-13 22:37:22 +01:00
parent 42707c281c
commit 405631f527
38 changed files with 231 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/csh -f
setenv Verbose 1
setenv Verbose 0
setenv ORG_HOME `dirname $0`/../../..
source $ORG_HOME/scripts/csh_init.sh
@@ -20,7 +20,7 @@ set stat = $status
if ($stat == 0) then
echo "+ $VTC[3]CDS test Ok$VTC[1]"
\rm -r test.bak test.tmp test.db/*.fst.p??
\rm -r test.bak test.tmp test.db/core/*.fst.p??
else
echo "* $VTC[2]CDS test Failure$VTC[1]"
endif