ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/testsuite/runtest.sh
(Generate patch)

Comparing ibx/trunk/fbintf/testsuite/runtest.sh (file contents):
Revision 315 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 359 by tony, Tue Dec 7 09:37:32 2021 UTC

# Line 10 | Line 10 | EMPLOYEEDB=employee
10   NEWDBNAME=$TESTOUTDIR/testsuite1.fdb
11   NEWDBNAME2=$TESTOUTDIR/testsuite2.fdb
12   BAKFILE=$TESTOUTDIR/testsuite.gbk
13 + if [ -z "$FPC" ]; then
14 +  export FPC=fpc
15 + fi
16  
17   cd `dirname $0`
18   mkdir -p $TESTOUTDIR
19   chmod 777 $TESTOUTDIR
20 < export FPCDIR=/usr/lib/fpc/`fpc -iV`
20 > export FPCDIR=/usr/lib/fpc/`$FPC -iV`
21   fpcmake
22   make clean
23   make

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines